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,
MyDeveloperDay created this revision.
MyDeveloperDay added reviewers: rolandschulz, reuk, djasper, klimek.
MyDeveloperDay added a project: clang-tools-extra.
Addresses http://llvm.org/PR40418
When using `AlignConsecutiveDeclarations: true`
variables with Attributes would not be aligned correctly