llvm-project/clang/unittests/Format
Daniel Jasper cd8d4ff985 clang-format: [JS] Fix line breaks in computed property names.
Before:
  let foo = {
    [someLongKeyHere]: 1,
    someOtherLongKeyHere: 2, [keyLongEnoughToWrap]: 3,
    lastLongKey: 4
  };

After:
  let foo = {
    [someLongKeyHere]: 1,
    someOtherLongKeyHere: 2,
    [keyLongEnoughToWrap]: 3,
    lastLongKey: 4
  };

llvm-svn: 238671
2015-05-31 08:40:37 +00:00
..
CMakeLists.txt Refactor libTooling to reduce required dependencies. 2014-10-29 18:55:09 +00:00
FormatTest.cpp clang-format: Lower binding strengths created by the [] created by ObjC 2015-05-28 07:21:50 +00:00
FormatTestJS.cpp clang-format: [JS] Fix line breaks in computed property names. 2015-05-31 08:40:37 +00:00
FormatTestJava.cpp clang-format: Indent relative to the ./-> and not the function name. 2015-04-07 06:41:24 +00:00
FormatTestProto.cpp clang-format: [Proto] Don't linewrap top-level options. 2015-04-23 09:54:10 +00:00
FormatTestUtils.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
Makefile Refactor libTooling to reduce required dependencies. 2014-10-29 18:55:09 +00:00