]> granicus.if.org Git - clang/commit
[analyzer] bugreporter::getDerefExpr now takes a Stmt, not an ExplodedNode.
authorJordan Rose <jordan_rose@apple.com>
Sat, 26 Jan 2013 01:28:19 +0000 (01:28 +0000)
committerJordan Rose <jordan_rose@apple.com>
Sat, 26 Jan 2013 01:28:19 +0000 (01:28 +0000)
commitdede2fd56d053a114a65ba72583981ce7aab27da
tree62f34acd9fc7791600a0e5568de96b14080b144d
parentaeca2cc3a6f486abff3fdfb4e82903cd3ca4267e
[analyzer] bugreporter::getDerefExpr now takes a Stmt, not an ExplodedNode.

This allows it to be used in places where the interesting statement
doesn't match up with the current node. No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173546 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h
lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp
lib/StaticAnalyzer/Core/BugReporterVisitors.cpp