]> granicus.if.org Git - clang/commit
[analyzer] Use a stack-based local AGAIN to fix the build for real.
authorJordan Rose <jordan_rose@apple.com>
Fri, 27 Jul 2012 00:47:52 +0000 (00:47 +0000)
committerJordan Rose <jordan_rose@apple.com>
Fri, 27 Jul 2012 00:47:52 +0000 (00:47 +0000)
commit979f098cfa808cc9236b39658cc3757a39dfa459
tree919fa7ebf59d3681dc76bcea9fee9d0ed21b58cf
parente3fd87c18b865a1bf61d3b977051580f9315f2a5
[analyzer] Use a stack-based local AGAIN to fix the build for real.

It's a good thing CallEvents aren't created all over the place yet.
I checked all the uses this time and the private copy constructor
/really/ shouldn't cause any more problems.

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