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 /clang/lib/Format/TokenAnnotator.cpp | |
parent | e2067788338f887024adc3df824252a03730147a (diff) | |
download | bcm5719-llvm-0c13795f68a3d2fe0bc31650260809ad8f160a3b.tar.gz bcm5719-llvm-0c13795f68a3d2fe0bc31650260809ad8f160a3b.zip |
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 'clang/lib/Format/TokenAnnotator.cpp')
0 files changed, 0 insertions, 0 deletions