clang
6.0.0
|
#include "clang/StaticAnalyzer/Frontend/CheckerRegistration.h"
#include "clang/Basic/Diagnostic.h"
#include "clang/Frontend/FrontendDiagnostic.h"
#include "clang/StaticAnalyzer/Checkers/ClangCheckers.h"
#include "clang/StaticAnalyzer/Core/AnalyzerOptions.h"
#include "clang/StaticAnalyzer/Core/CheckerManager.h"
#include "clang/StaticAnalyzer/Core/CheckerOptInfo.h"
#include "clang/StaticAnalyzer/Core/CheckerRegistry.h"
#include "clang/StaticAnalyzer/Frontend/FrontendActions.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/DynamicLibrary.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/raw_ostream.h"
#include <memory>
Go to the source code of this file.
Functions | |
static SmallVector< CheckerOptInfo, 8 > | getCheckerOptList (const AnalyzerOptions &opts) |
|
static |
Definition at line 105 of file CheckerRegistration.cpp.
References clang::AnalyzerOptions::CheckersControlList.
Referenced by clang::ento::createCheckerManager(), and clang::ento::printEnabledCheckerList().