[clang-tools-extra] [clang-tidy] add readability-redundant-parentheses (PR #159911)
Congcong Cai via cfe-commits
cfe-commits at lists.llvm.org
Sun Sep 21 18:42:42 PDT 2025
================
@@ -0,0 +1,58 @@
+// RUN: %check_clang_tidy %s readability-redundant-parentheses %t
----------------
HerrCai0907 wrote:
Not sure if this is necessary, since it seems that this check has no standard-related content.
https://github.com/llvm/llvm-project/pull/159911
More information about the cfe-commits
mailing list