summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorArtem Dergachev <artem.dergachev@gmail.com>2018-02-10 02:46:14 +0000
committerArtem Dergachev <artem.dergachev@gmail.com>2018-02-10 02:46:14 +0000
commit08225bbed4a26b953b9e43b66cf1f6756917c9c4 (patch)
tree6963969e2756edf821c9ddcef61fa90cc85b2528 /clang/lib/Frontend/CompilerInvocation.cpp
parentc8c9d4fe350f7a261219bf7b57b02425c8d389b3 (diff)
downloadbcm5719-llvm-08225bbed4a26b953b9e43b66cf1f6756917c9c4.tar.gz
bcm5719-llvm-08225bbed4a26b953b9e43b66cf1f6756917c9c4.zip
[CFG] Provide construction contexts when constructors have cleanups.
Now that we make it possible to query the CFG constructor element to find information about the construction site, possible cleanup work represented by ExprWithCleanups should not prevent us from providing this information. This allows us to have a correct construction context for variables initialized "by value" via elidable copy-constructors, such as 'i' in iterator i = vector.begin(); Differential Revision: https://reviews.llvm.org/D42719 llvm-svn: 324798
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud