[clang-tools-extra] [clang-tidy] add readability-redundant-parentheses (PR #159911)

Carlos Galvez via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 22 11:17:04 PDT 2025


================
@@ -0,0 +1,58 @@
+// RUN: %check_clang_tidy %s readability-redundant-parentheses %t
----------------
carlosgalvezp wrote:

I think this check should not specify any default since it just requires "CplusPlus", and instead we should downgrade check_clang_tidy to c++98-or-later.

https://github.com/llvm/llvm-project/pull/159911


More information about the cfe-commits mailing list