[cfe-commits] r171862 - in /cfe/trunk: lib/Format/Format.cpp unittests/Format/FormatTest.cpp
Joerg Sonnenberger
joerg at britannica.bec.de
Tue Jan 8 08:35:56 PST 2013
On Tue, Jan 08, 2013 at 04:17:54PM -0000, Daniel Jasper wrote:
> Log:
> Don't put spaces around ##.
>
> In Clang/LLVM this seems to be the more common formatting for ##s. There
> might still be case that we miss, but we'll fix those as we go along.
Is this really a good idea? I find the version without space a lot
harder to read.
Joerg
More information about the cfe-commits
mailing list