================ @@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
