[PATCH] D23550: [analyzer] Small cleanups when checkers retrieving statements from exploded nodes.

Artem Dergachev via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 17 08:01:08 PDT 2016


NoQ accepted this revision.
NoQ added a comment.
This revision is now accepted and ready to land.

Thanks for cleaning this up!


================
Comment at: lib/StaticAnalyzer/Checkers/MallocChecker.cpp:2628
@@ -2647,3 +2627,3 @@
 
   // FIXME: We will eventually need to handle non-statement-based events
   // (__attribute__((cleanup))).
----------------
I wonder what this means and if it still holds.


https://reviews.llvm.org/D23550





More information about the cfe-commits mailing list