[PATCH] D26759: Remove unused check::RegionChanges::wantsRegionChangeUpdate callback

Anna Zaks via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 16 12:21:49 PST 2016


zaks.anna added inline comments.


================
Comment at: lib/StaticAnalyzer/Core/CheckerManager.cpp:535
+                                             ExplicitRegions, Regions,
+                                             Call, LCtx);
   }
----------------
Looks like the other patch leaked in here: you have LCtx.


https://reviews.llvm.org/D26759





More information about the cfe-commits mailing list