commit | 861576b8019392f15c803ac14a4bc31fbd93aab2 | [log] [tgz] |
---|---|---|
author | Nico Weber <nicolasweber@gmx.de> | Wed Jun 26 00:15:19 2013 +0000 |
committer | Nico Weber <nicolasweber@gmx.de> | Wed Jun 26 00:15:19 2013 +0000 |
tree | 11e66e91d51a4b5a1ab6ca71a2bda62258e74582 | |
parent | dccd04d8611b9d25fd17444f20566773e657a7e6 [diff] |
Formatter: Don't put a space after parameter-naming block comments. Before: f(a, b, /*doFoo=*/ false); Now: f(a, b, /*doFoo=*/false); This style is a lot more common: $ ack -H '=\*\/\w' lib | wc -l 1281 $ ack -H '=\*\/ \w' lib | wc -l 70 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184894 91177308-0d34-0410-b5e6-96231b3b80d8