llvm-project/clang/unittests/Format
Daniel Jasper 5dbcd3bd07 clang-format: [JS] Fix spacing in destructuring assignments.
Before:
  const[a, b, c] = [1, 2, 3];

After:
  const [a, b, c] = [1, 2, 3];

llvm-svn: 270029
2016-05-19 07:18:07 +00:00
..
CMakeLists.txt Added Fixer implementation and fix() interface in clang-format for removing redundant code. 2016-04-25 15:09:22 +00:00
CleanupTest.cpp Make clang-format cleaner remove redundant commas in list and redundant colon in constructor initializer. 2016-05-18 08:02:56 +00:00
FormatTest.cpp clang-format: Fix incorrect indentation in last line of macro definition 2016-05-19 06:30:48 +00:00
FormatTestJS.cpp clang-format: [JS] Fix spacing in destructuring assignments. 2016-05-19 07:18:07 +00:00
FormatTestJava.cpp clang-format: [Java] Remove unnecessary line break after complex annotations 2016-01-27 20:14:23 +00:00
FormatTestProto.cpp clang-format: [Proto] Basic support for options with <> for repeated fields. 2016-01-04 07:28:12 +00:00
FormatTestSelective.cpp clang-format: [JS] Make requoting of JavaScript string literals only 2016-03-17 13:03:41 +00:00
FormatTestUtils.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
SortIncludesTest.cpp clang-format: Make include sorting's main include detection configurable. 2016-03-21 14:11:27 +00:00