clang-tools 22.0.0git
clang::tidy::google::readability Namespace Reference

Classes

class  AvoidUnderscoreInGoogletestNameCheck
 For the user-facing documentation see: https://clang.llvm.org/extra/clang-tidy/checks/google/readability-avoid-underscore-in-googletest-name.html. More...
class  GlobalNamesInHeadersCheck
 Flag global namespace pollution in header files. More...
class  TodoCommentCheck
 Finds TODO comments without a username or bug number. More...

Enumerations

enum class  StyleKind { Parentheses , Hyphen }

Functions

static bool isGoogletestTestMacro (StringRef MacroName)

Variables

constexpr llvm::StringLiteral KDisabledTestPrefix = "DISABLED_"

Enumeration Type Documentation

◆ StyleKind

Enumerator
Parentheses 
Hyphen 

Definition at line 18 of file TodoCommentCheck.cpp.

Function Documentation

◆ isGoogletestTestMacro()

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

Definition at line 23 of file AvoidUnderscoreInGoogletestNameCheck.cpp.

Variable Documentation

◆ KDisabledTestPrefix

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

Definition at line 20 of file AvoidUnderscoreInGoogletestNameCheck.cpp.