llvm-project/clang/lib/Format
Daniel Jasper 39825eaff5 Put simple preprocessor directives on a single line.
Before: #define A  \
          A
After:  #define A A
llvm-svn: 172423
2013-01-14 15:40:57 +00:00
..
CMakeLists.txt
Format.cpp Put simple preprocessor directives on a single line. 2013-01-14 15:40:57 +00:00
Makefile
UnwrappedLineParser.cpp Format unions like structs and classes. 2013-01-13 14:39:04 +00:00
UnwrappedLineParser.h Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00