diff options
author | Manuel Klimek <klimek@google.com> | 2013-02-11 12:33:24 +0000 |
---|---|---|
committer | Manuel Klimek <klimek@google.com> | 2013-02-11 12:33:24 +0000 |
commit | a28fc067e3ee8eb84368530e878ce094f39651d3 (patch) | |
tree | 0d9d30a3b21cd665e4e075a958ff4f0a13dc22d3 /test/CodeGenCXX/implicit-copy-constructor.cpp | |
parent | 2d000d3eb9a2464e0769bb9f6977652782c988bd (diff) |
Fixes handling of empty lines in macros.
Now correctly formats:
#define A \
\
b;
to
#define A b;
Added the state whether an unwrapped line is a macro to the debug
output.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174878 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/implicit-copy-constructor.cpp')
0 files changed, 0 insertions, 0 deletions