#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>
Go to the source code of this file.
static llvm::Regex ConsumeGlob |
( |
StringRef & |
GlobList | ) |
|
|
static |
static bool ConsumeNegativeIndicator |
( |
StringRef & |
GlobList | ) |
|
|
static |
static bool LineIsMarkedWithNOLINT |
( |
SourceManager & |
SM, |
|
|
SourceLocation |
Loc |
|
) |
| |
|
static |
static bool LineIsMarkedWithNOLINTinMacro |
( |
SourceManager & |
SM, |
|
|
SourceLocation |
Loc |
|
) |
| |
|
static |