]> granicus.if.org Git - clang/commit
[analyzer; alternate arrows] don't increment the path iterator when we just deleted...
authorTed Kremenek <kremenek@apple.com>
Mon, 6 May 2013 21:59:37 +0000 (21:59 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 6 May 2013 21:59:37 +0000 (21:59 +0000)
commit481da5554d03271b0d87b695449963f7728c5895
treed6a10714d0ee7d854e56e012f7d2014ffbb85f5e
parent993f43f24d7a45a5cd4678a3316b0852261fc5d4
[analyzer; alternate arrows] don't increment the path iterator when we just deleted the next iterator.

This is an optimization.  It is possible that by deleting the next
edge we will pattern match again at the current spot.

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