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. llvm-svn: 179626
Showing
- clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h 1 addition, 1 deletionclang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
- clang/include/clang/StaticAnalyzer/Core/CheckerManager.h 22 additions, 2 deletionsclang/include/clang/StaticAnalyzer/Core/CheckerManager.h
- clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistration.h 1 addition, 1 deletion...clude/clang/StaticAnalyzer/Frontend/CheckerRegistration.h
- clang/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp 3 additions, 2 deletionsclang/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp
Loading
Please register or sign in to comment