[clang] [clang-format] Support of TableGen formatting. (PR #76059)
Emilia Kond via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 22 07:12:18 PST 2023
================
@@ -111,6 +111,9 @@ const tooling::Replacements &WhitespaceManager::generateReplacements() {
alignConsecutiveDeclarations();
alignConsecutiveBitFields();
alignConsecutiveAssignments();
+ alignConsecutiveTableGenCondOperatorColons();
+ AlignConsecutiveTableGenBreakingDAGArgColons();
----------------
rymiel wrote:
This one has different capitalization from all the others
https://github.com/llvm/llvm-project/pull/76059
More information about the cfe-commits
mailing list