[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:56 PDT 2024
================
@@ -133,3 +133,18 @@ Options
When `true`, the check will allow conditional pointer conversions. Default
is `false`.
+
+.. option:: UseUpperCaseLiteralSuffix
+
+ When `true`, the replacements will use an uppercase literal suffix in the
+ provided fixes.
+
+Example
+^^^^^^^
+
+.. code-block:: c++
----------------
PiotrZSL wrote:
Put it under an option not outside it, check descriptions for other check.
https://github.com/llvm/llvm-project/pull/102831
More information about the cfe-commits
mailing list