[clang-tools-extra] [clang-tidy] add readability-redundant-parentheses (PR #159911)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 22 02:10:02 PDT 2025
================
@@ -0,0 +1,58 @@
+// RUN: %check_clang_tidy %s readability-redundant-parentheses %t
----------------
vbvictor wrote:
> seems that this check has no standard-related content.
So there should be no problem to make it run in `98-or-later`?
https://github.com/llvm/llvm-project/pull/159911
More information about the cfe-commits
mailing list