================
@@ -0,0 +1,37 @@
+// RUN: %check_clang_tidy -check-suffixes=ALLOWBOOL -std=c++98-or-later %s
readability-redundant-nested-if %t -- -config='{CheckOptions:
{readability-redundant-nested-if.AllowUserDefinedBoolConversion: true}}' --
-fno-delayed-template-parsing
----------------
vbvictor wrote:
Please avoid overly long lines even if file don't have formatting
```suggestion
// RUN: %check_clang_tidy -check-suffixes=ALLOWBOOL -std=c++98-or-later %s
readability-redundant-nested-if %t -- \
// RUN: -config='{CheckOptions:
{readability-redundant-nested-if.AllowUserDefinedBoolConversion: true}}' -- \
// RUN: -fno-delayed-template-parsing
```
Ditto elsewhere
https://github.com/llvm/llvm-project/pull/181558
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits