]> granicus.if.org Git - clang/commit
Make clang-format cleaner remove redundant commas in list and redundant colon in...
authorEric Liu <ioeric@google.com>
Wed, 18 May 2016 08:02:56 +0000 (08:02 +0000)
committerEric Liu <ioeric@google.com>
Wed, 18 May 2016 08:02:56 +0000 (08:02 +0000)
commit2c1064232f34e0b4a400824e501208cda58f02be
tree22f3790cefdbc1ed1a9a0454ea5872eed9daa4b3
parente3a336dbb5d9776bdc035d502724125fcc952ff9
Make clang-format cleaner remove redundant commas in list and redundant colon in constructor initializer.

Summary: Make clang-format cleaner remove redundant commas/colons in constructor initializer list.

Reviewers: klimek, djasper

Subscribers: cfe-commits, klimek

Differential Revision: http://reviews.llvm.org/D19804

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