clang-tools 19.0.0git
Namespaces | Functions | Variables
AvoidUnderscoreInGoogletestNameCheck.cpp File Reference
#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

namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
 
namespace  clang::tidy
 
namespace  clang::tidy::google
 
namespace  clang::tidy::google::readability
 

Functions

static bool clang::tidy::google::readability::isGoogletestTestMacro (StringRef MacroName)
 

Variables

constexpr llvm::StringLiteral clang::tidy::google::readability::KDisabledTestPrefix = "DISABLED_"