llvm-project/clang/lib/Format
Daniel Jasper acc33666f6 Avoid unnecessary line breaks in nested ObjC calls.
Before:
  [pboard setData:[NSData dataWithBytes:&button
                                 length:sizeof(button)]
          forType:kBookmarkButtonDragType];
After:
  [pboard setData:[NSData dataWithBytes:&button length:sizeof(button)]
          forType:kBookmarkButtonDragType];

llvm-svn: 174701
2013-02-08 08:22:00 +00:00
..
CMakeLists.txt Move the token annotator into separate files. 2013-01-29 21:01:14 +00:00
Format.cpp Avoid unnecessary line breaks in nested ObjC calls. 2013-02-08 08:22:00 +00:00
Makefile
TokenAnnotator.cpp clang-format: Don't put useless space in f( ::g()). 2013-02-07 21:08:36 +00:00
TokenAnnotator.h Optionally derive formatting information from the input file. 2013-02-06 14:22:40 +00:00
UnwrappedLineParser.cpp Fix handling of comments in macros. 2013-02-06 16:40:56 +00:00
UnwrappedLineParser.h Move the token annotator into separate files. 2013-01-29 21:01:14 +00:00