Home
last modified time | relevance | path

Searched refs:CommentBoolLiterals (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DArgumentCommentCheck.h45 const unsigned CommentBoolLiterals : 1; variable
H A DArgumentCommentCheck.cpp39 CommentBoolLiterals(Options.get("CommentBoolLiterals", false)), in ArgumentCommentCheck()
52 Options.store(Opts, "CommentBoolLiterals", CommentBoolLiterals); in storeOptions()
254 return (CommentBoolLiterals && isa<CXXBoolLiteralExpr>(Arg)) || in shouldAddComment()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dargument-comment.rst35 .. option:: CommentBoolLiterals