]> granicus.if.org Git - clang/commit
[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)
commit85528afc217507a0cf4e27a67e00278be438244c
tree90d87815a3b3e5e30c6342ae352fde7f51f03b14
parent8f8f301be5170458cbafb136a4d483aa52b3d4a8
[CFG] [analyzer] NFC: Move construction context allocation into a helper method.

Improve readability of ConstructionContext::createFromLayers().

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@328249 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/ConstructionContext.h
lib/Analysis/ConstructionContext.cpp