]> granicus.if.org Git - clang/commit
When creating PathDiagnostics, created a trimmed graph first and report the
authorTed Kremenek <kremenek@apple.com>
Thu, 3 Apr 2008 04:59:14 +0000 (04:59 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 3 Apr 2008 04:59:14 +0000 (04:59 +0000)
commit94826a7910484a6c7e191e7c8a5604fffd864b4d
tree006e64d46698932e3e81972a3d9aac2a6b9411f0
parent7ebde953bb050caa69f791fc1de449d435c6a36f
When creating PathDiagnostics, created a trimmed graph first and report the
BFS path to the root.  This also avoids problems with loops in the ExplodedGraph.

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