]> granicus.if.org Git - clang/commit
[analyzer] Add basic support for pluggable checkers.
authorJordy Rose <jediknil@belkadan.com>
Wed, 17 Aug 2011 01:30:59 +0000 (01:30 +0000)
committerJordy Rose <jediknil@belkadan.com>
Wed, 17 Aug 2011 01:30:59 +0000 (01:30 +0000)
commit77a33a71701b59affb5337d9e2b57d69bc095c7d
tree922ce1739cd3a9b18109432b7c7a90a38df963d1
parentbc84532e762a41141bd94037cd5d1133f234088e
[analyzer] Add basic support for pluggable checkers.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137802 91177308-0d34-0410-b5e6-96231b3b80d8
examples/analyzer-plugin/CMakeLists.txt [new file with mode: 0644]
examples/analyzer-plugin/MainCallChecker.cpp [new file with mode: 0644]
examples/analyzer-plugin/Makefile [new file with mode: 0644]
include/clang/StaticAnalyzer/Core/CheckerOptInfo.h
include/clang/StaticAnalyzer/Core/CheckerRegistry.h
lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp