#include "ClangTidyDiagnosticConsumer.h"
#include "ClangTidyOptions.h"
#include "clang/AST/ASTDiagnostic.h"
#include "clang/Basic/DiagnosticOptions.h"
#include "clang/Frontend/DiagnosticRenderer.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallString.h"
#include <tuple>
#include <vector>
Go to the source code of this file.
◆ ConsumeGlob()
static llvm::Regex ConsumeGlob |
( |
StringRef & |
GlobList | ) |
|
|
static |
◆ ConsumeNegativeIndicator()
static bool ConsumeNegativeIndicator |
( |
StringRef & |
GlobList | ) |
|
|
static |
◆ IsNOLINTFound()
static bool IsNOLINTFound |
( |
StringRef |
NolintDirectiveText, |
|
|
StringRef |
Line, |
|
|
unsigned |
DiagID, |
|
|
const ClangTidyContext & |
Context |
|
) |
| |
|
static |
◆ LineIsMarkedWithNOLINT()
static bool LineIsMarkedWithNOLINT |
( |
SourceManager & |
SM, |
|
|
SourceLocation |
Loc, |
|
|
unsigned |
DiagID, |
|
|
const ClangTidyContext & |
Context |
|
) |
| |
|
static |
◆ LineIsMarkedWithNOLINTinMacro()
static bool LineIsMarkedWithNOLINTinMacro |
( |
SourceManager & |
SM, |
|
|
SourceLocation |
Loc, |
|
|
unsigned |
DiagID, |
|
|
const ClangTidyContext & |
Context |
|
) |
| |
|
static |