10 #ifndef LLVM_CLANG_STATICANALYZER_FRONTEND_CHECKERREGISTRATION_H
11 #define LLVM_CLANG_STATICANALYZER_FRONTEND_CHECKERREGISTRATION_H
18 class AnalyzerOptions;
20 class DiagnosticsEngine;
25 std::unique_ptr<CheckerManager>
27 ArrayRef<std::string> plugins, DiagnosticsEngine &diags);
Forward-declares and imports various common LLVM datatypes that clang wants to use unqualified...
std::unique_ptr< CheckerManager > createCheckerManager(AnalyzerOptions &opts, const LangOptions &langOpts, ArrayRef< std::string > plugins, DiagnosticsEngine &diags)