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

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 5 17:51:01 PST 2018


NoQ added inline comments.


================
Comment at: lib/StaticAnalyzer/Core/ExprEngine.cpp:2906-2907
           Out << "\\lPostLValue\\l";
+        else if (Loc.getAs<PostAllocatorCall>())
+          Out << "\\lPostAllocatorCall\\l";
 
----------------
{F5743196}


Repository:
  rC Clang

https://reviews.llvm.org/D41800





More information about the cfe-commits mailing list