[PATCH] D24792: [analyzer] Fix crash in RetainCountChecker::checkEndFunction

Artem Dergachev via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 22 13:41:54 PDT 2016


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

Thanks again! LGTM.


================
Comment at: lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp:656
@@ +655,3 @@
+  // Clear the AnalysisManager of old AnalysisDeclContexts.
+  Mgr->ClearContexts();
+  // Ignore autosynthesized code.
----------------
We could skip that as well, forgot to mention :o
Doesn't really matter.


Repository:
  rL LLVM

https://reviews.llvm.org/D24792





More information about the cfe-commits mailing list