llvm-project/clang/lib/Format
Daniel Jasper d8ffcfa9b8 Fix spacing after binary operator as macro parameter.
Before: COMPARE(a, == , b);
After:  COMPARE(a, ==, b);
llvm-svn: 176241
2013-02-28 09:21:10 +00:00
..
CMakeLists.txt Move the token annotator into separate files. 2013-01-29 21:01:14 +00:00
Format.cpp Enable bin-packing in Google style. 2013-02-27 09:47:53 +00:00
Makefile
TokenAnnotator.cpp Fix spacing after binary operator as macro parameter. 2013-02-28 09:21:10 +00:00
TokenAnnotator.h Allow breaking between a type and name in variable declarations. 2013-02-24 18:54:32 +00:00
UnwrappedLineParser.cpp Fix crash for incomplete labels in macros. 2013-02-12 20:17:17 +00:00
UnwrappedLineParser.h Move the token annotator into separate files. 2013-01-29 21:01:14 +00:00