]> granicus.if.org Git - clang/commit
Factor CheckerManager to be able to pass AnalyzerOptions to checkers
authorTed Kremenek <kremenek@apple.com>
Tue, 16 Apr 2013 21:10:05 +0000 (21:10 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 16 Apr 2013 21:10:05 +0000 (21:10 +0000)
commit8dae128d16bf98759b7a678ce3eebb613bd17109
treefc06e63376a3fe767717be4641759626de72f8cb
parenta9ad400e7a937e80dddb1b8a6f4c00eddbcb59e0
Factor CheckerManager to be able to pass AnalyzerOptions to checkers
during checker registration.  There are no immediate clients of this,
but this provides a way for checkers to query the options table
at startup instead.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179626 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
include/clang/StaticAnalyzer/Core/CheckerManager.h
include/clang/StaticAnalyzer/Frontend/CheckerRegistration.h
lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp