llvm-project/clang/unittests/Format
Daniel Jasper ad981f888a clang-format: New option SpacesInSquareBrackets.
Before:
  int a[5];
  a[3] += 42;

After:
  int a[ 5 ];
  a[ 3 ] += 42;

Fixes LLVM bug #17887 (http://llvm.org/bugs/show_bug.cgi?id=17887).

Patch by Marek Kurdej, thank you!

llvm-svn: 216449
2014-08-26 11:41:14 +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: New option SpacesInSquareBrackets. 2014-08-26 11:41:14 +00:00
FormatTestJS.cpp clang-format: [JS] support free-standing functions again. 2014-06-30 13:24:54 +00:00
FormatTestProto.cpp clang-format: [proto] Understand text-format nesting without : 2014-08-15 05:00:35 +00:00
FormatTestUtils.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00