[clang-tools-extra] [clang-tidy] use upper case letters for bool conversion suffix (PR #102831)
Piotr Zegar via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 15 14:38:55 PDT 2024
================
@@ -108,6 +108,10 @@ Changes in existing checks
<clang-tidy/checks/readability/redundant-smartptr-get>` check to
remove `->`, when reduntant `get()` is removed.
+- Added option `UseUpperCaseLiteralSuffix` to :doc:`readablility-implicit-bool-conversion
----------------
PiotrZSL wrote:
Please follow above conversion, simply because its later easier to find check name.
Check release notes from previous release.
https://github.com/llvm/llvm-project/pull/102831
More information about the cfe-commits
mailing list