summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTestJS.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-3/+3
* [clang-format] In tests, expected code should be format-stableMark Zeren2018-04-041-0/+4
* [clang-format] fix handling of consecutive unary operatorsKrasimir Georgiev2018-03-061-0/+1
* clang-format: [JS] fix `of` detection.Martin Probst2018-02-191-0/+1
* clang-format: [JS] Prevent ASI before [ and (.Martin Probst2018-01-261-0/+3
* clang-format: [JS] do not wrap after async/await.Martin Probst2017-11-301-0/+5
* clang-format: [JS] do not collapse short classes.Martin Probst2017-11-251-4/+12
* clang-format: [JS] handle semis in generic types.Martin Probst2017-11-251-0/+1
* clang-format: [JS] handle `for` as object label.Martin Probst2017-11-251-0/+5
* clang-format: [JS] disable ASI on decorators.Martin Probst2017-11-251-1/+3
* clang-format: [JS] do not break in ArrayType[].Martin Probst2017-11-241-0/+2
* clang-format: [JS] do not wrap before yield.Martin Probst2017-11-241-0/+1
* clang-format: [JS] space between ! assert and in.Martin Probst2017-11-241-0/+1
* clang-format: [JS] handle destructuring `of`.Martin Probst2017-11-241-0/+4
* clang-format: remove trailing lines in lamdas and arrow functions.Martin Probst2017-11-171-0/+11
* [clang-format] Break non-trailing comments, try 2Krasimir Georgiev2017-10-161-0/+21
* clang-format: [JS] wrap and indent `goog.setTestOnly` calls.Martin Probst2017-09-111-2/+6
* clang-format: [JS] simplify template string wrapping.Martin Probst2017-08-291-16/+12
* clang-format: [JS] wrap optional properties in type aliases.Martin Probst2017-08-141-0/+4
* clang-format: [JS] do not insert whitespace in call positions.Martin Probst2017-08-141-7/+13
* clang-format: [JS] detect ASI after closing parens.Martin Probst2017-08-091-0/+4
* [clang-format] Put '/**' and '*/' on own lines in jsdocs ending in comment pr...Krasimir Georgiev2017-08-091-0/+47
* clang-format: [JS] fix union type spacing in object & array types.Martin Probst2017-08-081-0/+12
* clang-format: [JS] handle single lines comments ending in `\\`.Martin Probst2017-08-081-0/+22
* clang-format: [JS] support fields with case/switch/default labels.Martin Probst2017-08-041-0/+6
* clang-format: [JS] no whitespace between typeof operator and l_paren.Martin Probst2017-08-011-0/+1
* clang-format: [JS] prefer wrapping chains over empty literals.Martin Probst2017-08-011-0/+9
* clang-format: [JS] whitespace between keywords and parenthesized expressions.Martin Probst2017-08-011-0/+9
* clang-format: [JS] handle union types in arrow functions.Martin Probst2017-08-011-0/+3
* clang-format: [JS] consistenly format enums.Martin Probst2017-08-011-0/+8
* clang-format: [JS] handle object types in extends positions.Martin Probst2017-08-011-0/+11
* [clang-format] Put '/**' and '*/' on own lines in multiline jsdocsKrasimir Georgiev2017-07-201-0/+93
* clang-format: [JS] Correctly format JavaScript imports with long module pathsMartin Probst2017-07-181-0/+11
* clang-format: [JS] do not wrap after "readonly".Martin Probst2017-07-071-0/+8
* clang-format: [JS] space between pseudo keywords and template literals.Martin Probst2017-07-041-0/+1
* Revert "clang-format: [JS] space between pseudo keywords and template literals."Martin Probst2017-07-031-1/+0
* clang-format: [JS] space between pseudo keywords and template literals.Martin Probst2017-07-031-0/+1
* clang-format: [JS] recognize exported type definitions.Martin Probst2017-06-071-0/+6
* clang-format: [JS] Correctly Indent Nested JavaScript Literals.Martin Probst2017-06-061-0/+39
* clang-format: [JS] improve calculateBraceType heuristicMartin Probst2017-05-311-3/+6
* clang-format: [JS] fix indenting bound functions.Martin Probst2017-05-291-0/+5
* clang-format: [JS] avoid line breaks before unindented r_parens.Martin Probst2017-05-221-0/+5
* clang-format: [JS] for await, and fix a crash with for loops.Martin Probst2017-05-181-3/+2
* clang-format: [JS] for async loops.Martin Probst2017-05-151-0/+9
* JavaScript allows parameter lists to include trailing commas:Martin Probst2017-05-151-2/+26
* clang-format: [JS] fix non-null assertion operator recognition.Martin Probst2017-05-151-0/+1
* clang-format: [JS] support non-null assertions after all identifiers.Martin Probst2017-05-121-0/+1
* clang-format: refine calculating brace types.Martin Probst2017-05-101-0/+10
* clang-format: [JS] Don't indent JavaScript IIFEs.Martin Probst2017-05-091-0/+19
* clang-format: [JS] keep triple slash directives intact.Martin Probst2017-05-091-0/+1
OpenPOWER on IntegriCloud