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

George Karpenkov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 21 16:28:29 PDT 2018


george.karpenkov accepted this revision.
george.karpenkov added a comment.
This revision is now accepted and ready to land.

LGTM, but would actually make even more sense as a static function for the allocator.
E.g. we have `llvm::make_shared<>()`, so we could also have `Allocator::make_obj<...>(...)`


https://reviews.llvm.org/D44725





More information about the cfe-commits mailing list