[clang-tools-extra] [clang-tidy] use upper case letters for bool conversion suffix (PR #102831)
Carlos Galvez via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 18 13:11:30 PDT 2024
================
@@ -108,6 +108,11 @@ Changes in existing checks
<clang-tidy/checks/readability/redundant-smartptr-get>` check to
remove `->`, when reduntant `get()` is removed.
+- Improved :doc:`readablility-implicit-bool-conversion
+ <clang-tidy/checks/readability/implicit-bool-conversion>` check
----------------
carlosgalvezp wrote:
Improved... by adding the option `UseUpperCaseLiteralSuffix`...
https://github.com/llvm/llvm-project/pull/102831
More information about the cfe-commits
mailing list