[clang] [clang-format][NFC] Simplify AlignMacroMatches (PR #164122)

Björn Schäpers via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 19 13:40:40 PDT 2025


================
@@ -656,7 +656,6 @@ void WhitespaceManager::alignConsecutiveMacros() {
 
   auto AlignMacrosMatches = [](const Change &C) {
     const FormatToken *Current = C.Tok;
----------------
HazardyKnusperkeks wrote:

Would make this one stand out, and I don't think that's necessary, All changes have tokens, don't they?

https://github.com/llvm/llvm-project/pull/164122


More information about the cfe-commits mailing list