clang-format: Always align */& in multi-var DeclStmts.
authorDaniel Jasper <djasper@google.com>
Sun, 1 Mar 2015 18:55:26 +0000 (18:55 +0000)
committerDaniel Jasper <djasper@google.com>
Sun, 1 Mar 2015 18:55:26 +0000 (18:55 +0000)
commitbea1ab46d9ffdfc50108580c712596a54323a94c
tree4633348b9ade22c202b5af280ae56875a4fe307b
parentde4a0fd813b307641da8c625cfe57c5da8e85d5c
clang-format: Always align */& in multi-var DeclStmts.

Seems like the most consistent thing to do and in multi-var DeclStmts,
it is especially important to point out that the */& bind to the
identifier.

llvm-svn: 230903
clang/lib/Format/TokenAnnotator.cpp
clang/lib/Format/TokenAnnotator.h
clang/unittests/Format/FormatTest.cpp