[PATCH] D69318: [analyzer] Add SufficientSizeArrayIndexingChecker
Endre Fülöp via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 7 01:36:33 PDT 2020
gamesh411 marked 4 inline comments as done.
gamesh411 added inline comments.
================
Comment at: clang/include/clang/StaticAnalyzer/Checkers/Checkers.td:622
+
} // end: "alpha.cplusplus"
----------------
NoQ wrote:
> What makes this checker C++-specific? All your tests are in plain C.
Very true, I have moved to `core.alpha`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69318/new/
https://reviews.llvm.org/D69318
More information about the cfe-commits
mailing list