llvm-project/clang/lib/Format
Daniel Jasper a127512cb4 Don't remove all indentation when in #defines.
Otherwise, this can become hard to read.

Before: #define A \
        case 1:
After:  #define A \
           case 1:
llvm-svn: 177509
2013-03-20 10:23:53 +00:00
..
CMakeLists.txt Move the token annotator into separate files. 2013-01-29 21:01:14 +00:00
Format.cpp Split long lines in multi-line comments. 2013-03-19 17:41:36 +00:00
Makefile
TokenAnnotator.cpp Improve formatting of function types in template parameters. 2013-03-20 09:53:18 +00:00
TokenAnnotator.h Basic support for formatting asm() statments. 2013-03-14 13:45:21 +00:00
UnwrappedLineParser.cpp Don't remove all indentation when in #defines. 2013-03-20 10:23:53 +00:00
UnwrappedLineParser.h Format a line if a range in its leading whitespace was selected. 2013-03-04 13:43:19 +00:00