]> granicus.if.org Git - clang/commit
Rewrite control-flow diagnostic generation "extensive" algorithm using "edge
authorTed Kremenek <kremenek@apple.com>
Mon, 6 Apr 2009 23:06:54 +0000 (23:06 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 6 Apr 2009 23:06:54 +0000 (23:06 +0000)
commit14856d7b7a2be05ae9a0fd5b2073631994c2ba43
treee349ae216c8c42c5dbeb200f44e670a1f208efb9
parentfea5f5a1e8fe558d716ddeddf1aecf63f2e9a54f
Rewrite control-flow diagnostic generation "extensive" algorithm using "edge
contexts".  This allows us to use a stack of contexts to keep track of what control-flow pieces to include when exiting blocks like 'if', 'for', etc.

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