]> granicus.if.org Git - clang/commit
Enhanced path-sensitive return-of-stack-address check to print out the name of the...
authorTed Kremenek <kremenek@apple.com>
Thu, 31 Jul 2008 20:31:27 +0000 (20:31 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 31 Jul 2008 20:31:27 +0000 (20:31 +0000)
commit22bda887aacd0e591978541a799aa43835652ec9
treee19ef6ff57d2547524aa12743529fe02cab3f0c8
parent69c8f0aab655257e9e532d9d53756acf4f7a2d78
Enhanced path-sensitive return-of-stack-address check to print out the name of the variable whose address was returned.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54253 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/PathSensitive/BugReporter.h
lib/Analysis/GRExprEngineInternalChecks.cpp
test/Analysis/null-deref-ps.c
test/Analysis/stack-addr-ps.c