|
clang-tools 22.0.0git
|
Public Member Functions | |
| TodoCommentHandler (TodoCommentCheck &Check, std::optional< std::string > User) | |
| bool | HandleComment (Preprocessor &PP, SourceRange Range) override |
| std::string | createReplacementString (const StringRef Username, const StringRef Comment) const |
| StyleKind | getTodoStyle () const |
Definition at line 37 of file TodoCommentCheck.cpp.
|
inline |
Definition at line 39 of file TodoCommentCheck.cpp.
References clang::tidy::OptionEnumMapping< T >::getEnumMapping(), and clang::tidy::google::readability::TodoCommentCheck::TodoCommentCheck().
|
inline |
Definition at line 91 of file TodoCommentCheck.cpp.
References clang::tidy::google::readability::Parentheses.
Referenced by HandleComment().
|
inline |
Definition at line 103 of file TodoCommentCheck.cpp.
|
inlineoverride |
Definition at line 58 of file TodoCommentCheck.cpp.
References createReplacementString(), clang::tidy::google::readability::Hyphen, and clang::tidy::google::readability::Parentheses.