================ @@ -111,6 +111,9 @@ const tooling::Replacements &WhitespaceManager::generateReplacements() { alignConsecutiveDeclarations(); alignConsecutiveBitFields(); alignConsecutiveAssignments(); + alignConsecutiveTableGenCondOperatorColons(); + AlignConsecutiveTableGenBreakingDAGArgColons(); + alignConsecutiveTableGenDefinition(); ---------------- rymiel wrote:
Shouldn't these replacements be guarded behind an `isTableGen`? At the very least, `alignConsecutiveTableGenDefinition` aligns on TT_InheritanceColon and that can appear in non-tablegen code too https://github.com/llvm/llvm-project/pull/76059 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits