clang-tools 22.0.0git
clang::tidy::google::readability::TodoCommentCheck::TodoCommentHandler Class Reference
Inheritance diagram for clang::tidy::google::readability::TodoCommentCheck::TodoCommentHandler:
[legend]

Public Member Functions

 TodoCommentHandler (TodoCommentCheck &Check, std::optional< std::string > User)
bool HandleComment (Preprocessor &PP, SourceRange Range) override

Detailed Description

Definition at line 16 of file TodoCommentCheck.cpp.

Constructor & Destructor Documentation

◆ TodoCommentHandler()

clang::tidy::google::readability::TodoCommentCheck::TodoCommentHandler::TodoCommentHandler ( TodoCommentCheck & Check,
std::optional< std::string > User )
inline

Member Function Documentation

◆ HandleComment()

bool clang::tidy::google::readability::TodoCommentCheck::TodoCommentHandler::HandleComment ( Preprocessor & PP,
SourceRange Range )
inlineoverride

Definition at line 22 of file TodoCommentCheck.cpp.


The documentation for this class was generated from the following file: