summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorArtem Dergachev <artem.dergachev@gmail.com>2018-04-19 23:09:22 +0000
committerArtem Dergachev <artem.dergachev@gmail.com>2018-04-19 23:09:22 +0000
commit72da02fc30cd7ce6344107c8b33e48e6322f4d7e (patch)
tree198a1f89eef521f96e44d4366fb445b0eb9ada81 /clang/lib/Frontend/CompilerInvocation.cpp
parent1707fa337468645d379048526f552fcfcf80eb01 (diff)
downloadbcm5719-llvm-72da02fc30cd7ce6344107c8b33e48e6322f4d7e.tar.gz
bcm5719-llvm-72da02fc30cd7ce6344107c8b33e48e6322f4d7e.zip
[CFG] [analyzer] Don't treat argument constructors as temporary constructors.
Function argument constructors (that are used for passing objects into functions by value) are completely unlike temporary object constructors, but we were treating them as such because they are also wrapped into a CXXBindTemporaryExpr. This patch adds a partial construction context layer for call argument values, but doesn't proceed to transform it into an actual construction context yet. This is tells the clients that we aren't supporting these constructors yet. Differential Revision: https://reviews.llvm.org/D45650 llvm-svn: 330377
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud