summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTestJS.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-format: [JS] test declared fields.Martin Probst2019-11-111-0/+7
* clang-format: [JS] support null operators.Martin Probst2019-11-111-0/+10
* clang-format: [JS] handle `as const`.Martin Probst2019-08-261-0/+3
* [clang-format] [JS] handle private members.Martin Probst2019-03-191-1/+23
* [clang-format] [JS] Don't break between template string and tagMartin Probst2019-03-191-0/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* clang-format: [JS] support goog.requireType.Martin Probst2019-01-071-0/+2
* [clang-format] JS: don't treat is: as a type matcherKrasimir Georgiev2018-11-201-0/+10
* clang-format: [JS] conditional types.Martin Probst2018-09-271-0/+9
* clang-format: [JS] space after parameter naming.Martin Probst2018-09-261-0/+4
* [clang-format] comment reflow: add last line's penalty when ending brokenKrasimir Georgiev2018-08-071-0/+20
* clang-format: [JS] don't break comments before any '{'Martin Probst2018-08-031-0/+8
* Revert "clang-format: [JS] don't break comments before any '{'"Tim Northover2018-08-031-8/+0
* clang-format: [JS] don't break comments before any '{'Martin Probst2018-08-031-0/+8
* clang-format: fix a crash in comment wraps.Martin Probst2018-08-021-20/+25
* [clang-format] Indent after breaking Javadoc annotated lineKrasimir Georgiev2018-07-301-31/+46
* clang-format: [JS] strict prop init annotation.Martin Probst2018-06-111-0/+9
* clang-format: [JS] do not wrap before any `is`.Martin Probst2018-05-221-1/+9
* [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
OpenPOWER on IntegriCloud