clang-tools  4.0.0
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.

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 130 of file ClangTidyDiagnosticConsumer.cpp.

static bool ConsumeNegativeIndicator ( StringRef &  GlobList)
static

Definition at line 121 of file ClangTidyDiagnosticConsumer.cpp.

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

Definition at line 269 of file ClangTidyDiagnosticConsumer.cpp.

Referenced by LineIsMarkedWithNOLINTinMacro().

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