Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DArgumentCommentCheck.h47 const unsigned CommentFloatLiterals : 1; variable
H A DArgumentCommentCheck.cpp41 CommentFloatLiterals(Options.get("CommentFloatLiterals", false)), in ArgumentCommentCheck()
54 Options.store(Opts, "CommentFloatLiterals", CommentFloatLiterals); in storeOptions()
256 (CommentFloatLiterals && isa<FloatingLiteral>(Arg)) || in shouldAddComment()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dargument-comment.rst77 .. option:: CommentFloatLiterals