llvm-project/clang/unittests/Format
Daniel Jasper 3b0f304517 clang-format: [JS] Let fat arrows have 'Assignment' precedence.
This is a more correct representation than using "Equality" introduced
in r238942 which was a quick fix to solve an actual regression.

According to the typescript spec, arrows behave like "low-precedence"
assignments.

Before:
  var a = a.aaaaaaa((a: a) => aaaaaaaaaaaaaaaaaaaaa(bbbbbbbbb) &&
                    aaaaaaaaaaaaaaaaaaaaa(bbbbbbb));
After:
  var a = a.aaaaaaa((a: a) => aaaaaaaaaaaaaaaaaaaaa(bbbbbbbbb) &&
                              aaaaaaaaaaaaaaaaaaaaa(bbbbbbb));

llvm-svn: 239137
2015-06-05 08:25:37 +00:00
..
CMakeLists.txt Refactor libTooling to reduce required dependencies. 2014-10-29 18:55:09 +00:00
FormatTest.cpp clang-format: Properly reset BreakBeforeParameter when wrapping 2015-06-03 09:26:03 +00:00
FormatTestJS.cpp clang-format: [JS] Let fat arrows have 'Assignment' precedence. 2015-06-05 08:25: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