diff options
author | Jordan Rose <jordan_rose@apple.com> | 2013-03-30 01:31:42 +0000 |
---|---|---|
committer | Jordan Rose <jordan_rose@apple.com> | 2013-03-30 01:31:42 +0000 |
commit | e6f2bf86288bc45060b21c4f55a6153b8ba80443 (patch) | |
tree | a5020a7f6df2fb5e8eacb6c0e98cba87085c0b70 /lib/StaticAnalyzer/Core/FunctionSummary.cpp | |
parent | 75f8bd01319000b3e1438847505302670514759d (diff) |
[analyzer] Handle caching out while evaluating a C++ new expression.
Evaluating a C++ new expression now includes generating an intermediate
ExplodedNode, and this node could very well represent a previously-
reachable state in the ExplodedGraph. If so, we can short-circuit the
rest of the evaluation.
Caught by the assertion a few lines later.
<rdar://problem/13510065>
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178401 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/StaticAnalyzer/Core/FunctionSummary.cpp')
0 files changed, 0 insertions, 0 deletions