clang-tools
11.0.0
|
#include <string>
#include "AvoidUnderscoreInGoogletestNameCheck.h"
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchers.h"
#include "clang/Frontend/CompilerInstance.h"
#include "clang/Lex/MacroArgs.h"
#include "clang/Lex/PPCallbacks.h"
#include "clang/Lex/Preprocessor.h"
Go to the source code of this file.
Namespaces | |
clang | |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
clang::tidy | |
clang::tidy::google | |
clang::tidy::google::readability | |
Functions | |
static bool | clang::tidy::google::readability::isGoogletestTestMacro (StringRef MacroName) |
Variables | |
constexpr llvm::StringLiteral | clang::tidy::google::readability::kDisabledTestPrefix = "DISABLED_" |