[PATCH] D44725: [analyzer] NFC: Move construction context allocation into a helper method.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 21 16:12:33 PDT 2018


NoQ updated this revision to Diff 139389.
NoQ added a comment.

I'd rather keep the helper method within the class. This allows us to keep constructors private, which is something i forgot to do originally.


https://reviews.llvm.org/D44725

Files:
  include/clang/Analysis/ConstructionContext.h
  lib/Analysis/ConstructionContext.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44725.139389.patch
Type: text/x-patch
Size: 10008 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180321/05950f7e/attachment.bin>


More information about the cfe-commits mailing list