================ @@ -0,0 +1,126 @@ +// RUN: %check_clang_tidy -std=c++98-or-later %s readability-inconsistent-ifelse-braces %t ---------------- vbvictor wrote:
Because I guess clang compile them just fine with c++98: https://godbolt.org/z/zs6MPsWh5 Why is that I don't know, maybe clang folks can give answer https://github.com/llvm/llvm-project/pull/202869 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
