We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dbc61d commit 81626a1Copy full SHA for 81626a1
clang/lib/Sema/AnalysisBasedWarnings.cpp
@@ -2242,8 +2242,6 @@ class UnsafeBufferUsageReporter : public UnsafeBufferUsageHandler {
2242
if (!isa<PointerType>(destType))
2243
return;
2244
2245
- const Expr *subExpr = ECE->getSubExpr();
2246
-
2247
const uint64_t dSize =
2248
Ctx.getTypeSize(destType.getTypePtr()->getPointeeType());
2249
0 commit comments