]> granicus.if.org Git - clang/commit
Move bug reporter "visitors" to their own file and make them part of the public
authorTed Kremenek <kremenek@apple.com>
Wed, 22 Jul 2009 17:55:28 +0000 (17:55 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 22 Jul 2009 17:55:28 +0000 (17:55 +0000)
commit5350066e7b19d17a5b137caa6c039ab9626dbfa5
tree5d86677556e1f9418ccaadddf6634947cd586c99
parent71c6e714778740d98cd01252101d0aaf1efa1553
Move bug reporter "visitors" to their own file and make them part of the public
BugReporter API.  No real functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76760 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/PathSensitive/BugReporter.h
lib/Analysis/BugReporterVisitors.cpp [new file with mode: 0644]
lib/Analysis/CMakeLists.txt
lib/Analysis/GRExprEngineInternalChecks.cpp