[PATCH] D37437: [analyzer] Fix some checker's output plist not containing the checker name

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 16 05:40:39 PDT 2017


xazax.hun added inline comments.


================
Comment at: lib/StaticAnalyzer/Checkers/CStringChecker.cpp:308
   if (StOutBound && !StInBound) {
+    if (!Filter.CheckCStringOutOfBounds)
+      return state;
----------------
zaks.anna wrote:
> This seems to be related to the change in the test, correct? In the future, please, split changes like this one into their own separate commits.
Yes. I will do so in the future, thanks.


https://reviews.llvm.org/D37437





More information about the cfe-commits mailing list