[PATCH] D43533: [CFG] [analyzer] NFC: Refactor ConstructionContext into a finite set of cases.

Aleksei Sidorin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 21 03:46:36 PST 2018


a.sidorin accepted this revision.
a.sidorin added inline comments.


================
Comment at: include/clang/Analysis/ConstructionContext.h:119
+  static const ConstructionContext *
+  finalize(BumpVectorContext &C, const ConstructionContextLayer *TopLayer);
+
----------------
Maybe just `build()`? For me, `finalize()` strongly associates with Java's broken clean-up mechanism.


https://reviews.llvm.org/D43533





More information about the cfe-commits mailing list