llvm-project/clang/unittests/Format
Daniel Jasper b7fda11572 clang-format: [JS] Support for (.. of ..) loops.
Before:
  for (var i of[2, 3]) {}

After:
  for (var i of [2, 3]) {}

llvm-svn: 260518
2016-02-11 13:24:15 +00:00
..
CMakeLists.txt clang-format: Add initial #include sorting capabilities. 2015-09-23 08:30:47 +00:00
FormatTest.cpp clang-format: Make indentation after "<<" more consistent. 2016-02-11 13:15:14 +00:00
FormatTestJS.cpp clang-format: [JS] Support for (.. of ..) loops. 2016-02-11 13:24:15 +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: Improve selective comment formatting. 2016-01-09 15:56:53 +00:00
FormatTestUtils.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
SortIncludesTest.cpp clang-format: Only consider the first #include that looks right to be 2015-12-21 17:28:24 +00:00