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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits