llvm-project/clang/unittests/Format
Daniel Jasper ba1b6bb667 clang-format: Keep '{' of dict literals on the same line in Allman style
Before:
  void f()
  {
    [object
        someMethod:@
        { @"a" : @"b" }];
  }

After:
  void f()
  {
    [object someMethod:@{ @"a" : @"b" }];
  }

This fixes llvm.org/PR19854.

llvm-svn: 209615
2014-05-26 07:24:34 +00:00
..
CMakeLists.txt clang-format: Better support and testing for protocol buffers. 2014-01-19 09:04:08 +00:00
FormatTest.cpp clang-format: Keep '{' of dict literals on the same line in Allman style 2014-05-26 07:24:34 +00:00
FormatTestJS.cpp clang-format: [JS] Understand line breaks in concatenated strings. 2014-05-22 09:10:04 +00:00
FormatTestProto.cpp Enable alternative tokens by default for clang-format. 2014-05-08 00:05:13 +00:00
FormatTestUtils.h Create a separate file for JS-specific unit tests. 2013-12-03 10:50:16 +00:00
Makefile [Driver] Refactor clang driver to use LLVM's Option library 2013-06-14 17:17:23 +00:00