clang-tools
6.0.0
|
#include "ClangTidyOptions.h"
#include "clang/Basic/Diagnostic.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Tooling/Core/Diagnostic.h"
#include "clang/Tooling/Refactoring.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/Support/Regex.h"
#include "llvm/Support/Timer.h"
Go to the source code of this file.
Classes | |
struct | clang::tidy::ClangTidyError |
A detected error complete with information to display diagnostic and automatic fix. More... | |
class | clang::tidy::GlobList |
Read-only set of strings represented as a list of positive and negative globs. More... | |
struct | clang::tidy::ClangTidyStats |
Contains displayed and ignored diagnostic counters for a ClangTidy run. More... | |
struct | clang::tidy::ProfileData |
Container for clang-tidy profiling data. More... | |
class | clang::tidy::ClangTidyContext |
Every ClangTidyCheck reports errors through a DiagnosticsEngine provided by this context. More... | |
class | clang::tidy::ClangTidyDiagnosticConsumer |
A diagnostic consumer that turns each Diagnostic into a SourceManager-independent ClangTidyError . More... | |
Namespaces | |
clang | |
clang::ast_matchers | |
clang::tooling | |
clang::tidy | |