summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTestJS.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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
OpenPOWER on IntegriCloud