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 | 0c13795f68a3d2fe0bc31650260809ad8f160a3b (patch) | |
| tree | fd19c182cd4fb1121815f48e829a12f59910d35a /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
| parent | e2067788338f887024adc3df824252a03730147a (diff) | |
| download | llvm-0c13795f68a3d2fe0bc31650260809ad8f160a3b.zip llvm-0c13795f68a3d2fe0bc31650260809ad8f160a3b.tar.gz llvm-0c13795f68a3d2fe0bc31650260809ad8f160a3b.tar.bz2 | |
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.
llvm-svn: 174878
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions
