[CFG] [analyzer] NFC: Move construction context allocation into a helper method.
authorArtem Dergachev <artem.dergachev@gmail.com>
Thu, 22 Mar 2018 21:40:24 +0000 (21:40 +0000)
committerArtem Dergachev <artem.dergachev@gmail.com>
Thu, 22 Mar 2018 21:40:24 +0000 (21:40 +0000)
commit2c2344e32779459cb04d3c0eea7d221953af0201
tree970dd8a6bf620dab4dcea8da0b12694058372e0d
parent317291e34031d61f0ac6a91647df3ac23d82f2a0
[CFG] [analyzer] NFC: Move construction context allocation into a helper method.

Improve readability of ConstructionContext::createFromLayers().

Differential Revision: https://reviews.llvm.org/D44725

llvm-svn: 328249
clang/include/clang/Analysis/ConstructionContext.h
clang/lib/Analysis/ConstructionContext.cpp