llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang-tools-extra Author: Baranov Victor (vbvictor) <details> <summary>Changes</summary> We successfully cleared codebase (https://github.com/llvm/llvm-project/pull/172748, https://github.com/llvm/llvm-project/pull/172751, https://github.com/llvm/llvm-project/pull/172752, https://github.com/llvm/llvm-project/pull/172754) without any significant issues encountered. I propose we add `RemoveBracesLLVM: true` which should _drastically_ reduce churn on code reviews. --- Full diff: https://github.com/llvm/llvm-project/pull/172755.diff 1 Files Affected: - (modified) clang-tools-extra/clang-tidy/.clang-format (+1) ``````````diff diff --git a/clang-tools-extra/clang-tidy/.clang-format b/clang-tools-extra/clang-tidy/.clang-format index fe94ed1fa4e81..96fb7ce8fce61 100644 --- a/clang-tools-extra/clang-tidy/.clang-format +++ b/clang-tools-extra/clang-tidy/.clang-format @@ -6,3 +6,4 @@ KeepEmptyLines: AtStartOfFile: false LineEnding: LF QualifierAlignment: Left +RemoveBracesLLVM: true `````````` </details> https://github.com/llvm/llvm-project/pull/172755 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
