#include "clang/Frontend/FrontendAction.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
Go to the source code of this file.
|
void | clang::ento::printCheckerHelp (raw_ostream &OS, ArrayRef< std::string > plugins, AnalyzerOptions &opts, DiagnosticsEngine &diags, const LangOptions &LangOpts) |
|
void | clang::ento::printEnabledCheckerList (raw_ostream &OS, ArrayRef< std::string > plugins, AnalyzerOptions &opts, DiagnosticsEngine &diags, const LangOptions &LangOpts) |
|
void | clang::ento::printAnalyzerConfigList (raw_ostream &OS) |
|
void | clang::ento::printCheckerConfigList (raw_ostream &OS, ArrayRef< std::string > plugins, AnalyzerOptions &opts, DiagnosticsEngine &diags, const LangOptions &LangOpts) |
|