]> granicus.if.org Git - clang/commit
Add basic BugReporter support for CallEnter/CallExit. WIP.
authorTed Kremenek <kremenek@apple.com>
Tue, 7 Feb 2012 00:24:33 +0000 (00:24 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 7 Feb 2012 00:24:33 +0000 (00:24 +0000)
commit0cf3d471546251b12bdceff360f66c079c40526c
tree93f4c72f5d847ff9cc382cd249f3bb2e85563292
parent0a29422eb722c0ffbb98b98d8636042b19069f1a
Add basic BugReporter support for CallEnter/CallExit.  WIP.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149939 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h
lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
lib/StaticAnalyzer/Core/BugReporter.cpp
lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
test/Analysis/retain-release-inline.m [new file with mode: 0644]