[PATCH] D59332: [clang-format] AlignConsecutiveDeclarations fails with attributes

Manuel Klimek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 9 00:39:16 PDT 2019


klimek added inline comments.


================
Comment at: clang/lib/Format/WhitespaceManager.cpp:468
                C.Tok->is(TT_FunctionDeclarationName) ||
+               C.Tok->startsSequence(
+                   tok::l_paren, tok::l_paren, tok::identifier, tok::coloncolon,
----------------
Can you add a comment explaining the newly added startsSequences, or perhaps even pull out a function?


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59332/new/

https://reviews.llvm.org/D59332





More information about the cfe-commits mailing list