]> granicus.if.org Git - clang/commit
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)
commit90d271b097e4e5530a1b636674aa416e0aa11d13
treef3b176b551f724586206e1d4f70af6e75bac347d
parentfa284a3516676e7ae4e79dbbbfee9b4f999143e2
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@230903 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/TokenAnnotator.cpp
lib/Format/TokenAnnotator.h
unittests/Format/FormatTest.cpp