diff options
author | Daniel Jasper <djasper@google.com> | 2013-01-08 16:17:54 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-01-08 16:17:54 +0000 |
commit | 765561ff8fa636cc88d133b85ecb592094104554 (patch) | |
tree | 6aa314182e7cc20cbc5ba7967614beb6969068c1 /lib/Frontend/CreateInvocationFromCommandLine.cpp | |
parent | a879a164495db6daa4d809fbaba1617c9ade5919 (diff) |
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.
Before:
#define A(X)
void function ## X();
After:
#define A(X)
void function##X();
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171862 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/CreateInvocationFromCommandLine.cpp')
0 files changed, 0 insertions, 0 deletions