]> granicus.if.org Git - clang/commit
BugReporter: For control-flow edges from 'if', 'for', 'do', 'while' to
authorTed Kremenek <kremenek@apple.com>
Fri, 27 Mar 2009 21:16:25 +0000 (21:16 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 27 Mar 2009 21:16:25 +0000 (21:16 +0000)
commitd8c938b0f6b7a7156181be575239e4c6e15a2adb
tree3103ac65505644599679c10bdff197853d9529a6
parent55d3aaf9a537888734762170823daf750ea9036d
BugReporter: For control-flow edges from 'if', 'for', 'do', 'while' to
successor, using 'getEnclosingStmt()' to have the end location be the top-level
Stmt* enclosing the target Expr*.

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