[all-commits] [llvm/llvm-project] 07b344: [clang-format] Never analyze insert/remove braces ...
Owen via All-commits
all-commits at lists.llvm.org
Tue Jun 14 22:43:43 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 07b3446d72436c8372f50c43b45e46efe63182d9
https://github.com/llvm/llvm-project/commit/07b3446d72436c8372f50c43b45e46efe63182d9
Author: owenca <owenpiano at gmail.com>
Date: 2022-06-14 (Tue, 14 Jun 2022)
Changed paths:
M clang/lib/Format/Format.cpp
Log Message:
-----------
[clang-format] Never analyze insert/remove braces in the same pass
Turn off RemoveBracesLLVM while analyzing InsertBraces and vice
versa to avoid potential interference of each other and better the
performance.
Differential Revision: https://reviews.llvm.org/D127685
More information about the All-commits
mailing list