clang-tools  5.0.0
Classes | Functions
ClangTidyDiagnosticConsumer.cpp File Reference
#include "ClangTidyDiagnosticConsumer.h"
#include "ClangTidyOptions.h"
#include "clang/AST/ASTDiagnostic.h"
#include "clang/Basic/DiagnosticOptions.h"
#include "clang/Frontend/DiagnosticRenderer.h"
#include "llvm/ADT/SmallString.h"
#include <tuple>
#include <vector>
Include dependency graph for ClangTidyDiagnosticConsumer.cpp:

Go to the source code of this file.

Classes

class  clang::tidy::ClangTidyContext::CachedGlobList
 

Functions

static bool ConsumeNegativeIndicator (StringRef &GlobList)
 
static llvm::Regex ConsumeGlob (StringRef &GlobList)
 
static bool LineIsMarkedWithNOLINT (SourceManager &SM, SourceLocation Loc)
 
static bool LineIsMarkedWithNOLINTinMacro (SourceManager &SM, SourceLocation Loc)
 

Function Documentation

static llvm::Regex ConsumeGlob ( StringRef &  GlobList)
static

Definition at line 127 of file ClangTidyDiagnosticConsumer.cpp.

static bool ConsumeNegativeIndicator ( StringRef &  GlobList)
static

Definition at line 117 of file ClangTidyDiagnosticConsumer.cpp.

static bool LineIsMarkedWithNOLINT ( SourceManager &  SM,
SourceLocation  Loc 
)
static

Definition at line 293 of file ClangTidyDiagnosticConsumer.cpp.

Referenced by LineIsMarkedWithNOLINTinMacro().

static bool LineIsMarkedWithNOLINTinMacro ( SourceManager &  SM,
SourceLocation  Loc 
)
static