Turn off RemoveBracesLLVM while analyzing InsertBraces and vice versa to avoid potential interference of each other and better the performance.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D127685
[clang-format] Never analyze insert/remove braces in the same pass ClosedPublic Authored by owenpan on Jun 13 2022, 12:50 PM.
Details Summary Turn off RemoveBracesLLVM while analyzing InsertBraces and vice versa to avoid potential interference of each other and better the performance.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 14 2022, 1:07 PM This revision was landed with ongoing or failed builds.Jun 14 2022, 10:43 PM Closed by commit rG07b3446d7243: [clang-format] Never analyze insert/remove braces in the same pass (authored by owenpan). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 437036 clang/lib/Format/Format.cpp
|