summaryrefslogtreecommitdiffstats
path: root/unittests/Format/FormatTestJS.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* clang-format: [JS] exponentiation operatorMartin Probst2017-05-041-0/+6
* clang-format: [JS] parse async function declarations.Martin Probst2017-04-271-0/+17
* clang-format: [JS/Java] ignore Objective-C constructs in JS & Java.Martin Probst2017-04-261-0/+3
* clang-format: [JS] prevent wraps before class members.Martin Probst2017-04-261-0/+19
* [clang-format] Replace IncompleteFormat by a struct with LineKrasimir Georgiev2017-04-211-3/+3
* clang-format: [JS] fix whitespace around "of" operator.Martin Probst2017-04-051-0/+2
* clang-format: [JavaScript] Ignore QT keywords.Daniel Jasper2017-03-311-0/+2
* clang-format: [JS] do not wrap @see tags.Martin Probst2017-03-131-0/+7
* clang-format: [JS] allow breaking after non-null assertions.Martin Probst2017-03-131-0/+6
* clang-format: [JS] do not wrap after interface and type.Martin Probst2017-03-131-0/+14
* [clang-format] Enable comment reflowing in multiline comments containing pragmasKrasimir Georgiev2017-03-081-1/+21
* clang-format: [JS] Properly format object literals with shorthands.Daniel Jasper2017-03-011-0/+5
* clang-format: [JS/TS] Properly understand cast expressions.Daniel Jasper2017-03-011-0/+3
* Blacklist arbitrary @\\w+ JSDoc tags from wrapping.Martin Probst2017-02-281-0/+24
* clang-format: [JS] whitespace after async in arrow functions.Martin Probst2017-02-271-0/+2
* clang-format: [JS] Improve line-wrapping behavior of template strings.Daniel Jasper2017-02-201-36/+20
* clang-format: [JS/TS] Improve detection for array subscripts in types.Daniel Jasper2017-02-201-0/+3
* clang-format: [JS] correcly format object literal methods.Martin Probst2017-02-071-0/+12
* clang-format: [JS] exclaim preceding regex literals.Martin Probst2017-02-071-0/+1
* clang-format: [JS] handle parenthesized class expressions.Martin Probst2017-02-071-0/+4
* clang-format: [JS] Fix bugs in parsing and aligning template strings.Daniel Jasper2017-02-031-0/+4
* clang-format: [JS] Indent expressions in ${} relative to their surroundingDaniel Jasper2017-01-311-0/+57
* clang-format: [JS] Properly set scopes inside template strings.Daniel Jasper2017-01-311-0/+7
* clang-format: [JS] Fix incorrect line break in template strings.Daniel Jasper2017-01-311-0/+4
* clang-format: [JavaScript] Undo r291974 for JavaScript.Daniel Jasper2017-01-301-0/+10
* clang-format: [JS] do not format MPEG transport streams.Martin Probst2017-01-271-0/+9
* clang-format: [JS] revert over-eager ASI check.Martin Probst2017-01-161-4/+22
* clang-format: [JS] fix broken test.Martin Probst2017-01-091-1/+3
* clang-format: [JS] ASI after importsMartin Probst2017-01-091-0/+18
* TypoJoerg Sonnenberger2017-01-051-2/+2
* clang-format: [JS] avoid indent after ambient function declarations.Martin Probst2017-01-041-0/+10
* clang-format: [JS] Properly format dict literals that skip labels.Daniel Jasper2016-11-291-0/+7