[PATCH] D17418: [analyzer] Add checker callback for beginning of function.

Anna Zaks via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 18 17:06:29 PST 2016


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

LGTM with a request for a tiny other improvement in the documentation.
Thanks!


================
Comment at: include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h:111
@@ -103,3 +110,3 @@
   /// nodes when the control reaches the end of a function.
   virtual void processEndOfFunction(NodeBuilderContext& BC,
                                     ExplodedNode *Pred) = 0;
----------------
Is this called for non-inlined functions? It would be worth updating the comments for this one as well.


http://reviews.llvm.org/D17418





More information about the cfe-commits mailing list