clang-tools  3.9.0
Classes | Namespaces
ClangTidyDiagnosticConsumer.h File Reference
#include "ClangTidyOptions.h"
#include "clang/Basic/Diagnostic.h"
#include "clang/Basic/SourceManager.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"
Include dependency graph for ClangTidyDiagnosticConsumer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  clang::tidy::ClangTidyMessage
 A message from a clang-tidy check. More...
 
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
 -rename
 
 clang::ast_matchers
 
 clang::tooling
 
 clang::tidy