[PATCH] D41800: [analyzer] Use a custom program point for the check::NewAllocator callback.

Devin Coughlin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 8 18:22:24 PST 2018


dcoughlin accepted this revision.
dcoughlin added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lib/StaticAnalyzer/Core/CheckerManager.cpp:491
                     NodeBuilder &Bldr, ExplodedNode *Pred) {
       // TODO: Does this deserve a custom program point? For now we're re-using
       // PostImplicitCall because we're guaranteed to use the non-implicit
----------------
Can we get rid of the TODO now?


Repository:
  rC Clang

https://reviews.llvm.org/D41800





More information about the cfe-commits mailing list