]> granicus.if.org Git - clang/commit
[analyzer] Use a stack-based local instead of a temporary to fix build.
authorJordan Rose <jordan_rose@apple.com>
Thu, 26 Jul 2012 23:24:15 +0000 (23:24 +0000)
committerJordan Rose <jordan_rose@apple.com>
Thu, 26 Jul 2012 23:24:15 +0000 (23:24 +0000)
commite3fd87c18b865a1bf61d3b977051580f9315f2a5
treebc4b8f81a9a7d292fef6935e6dff50bc7d76b6d9
parent304efd5962eaca7179f43846fff1880a5e5e873c
[analyzer] Use a stack-based local instead of a temporary to fix build.

Passing a temporary via reference parameter still requires a visible
copy constructor.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160840 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/ExprEngine.cpp