summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTestJS.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* clang-format: [JS] Prevent confusing TypeScript parameters wraps.Daniel Jasper2015-07-061-0/+3
* clang-format: [JS] Allow line breaks after TypeScript type colons.Daniel Jasper2015-07-031-0/+2
* clang-format: [JS] Treat regex literals like string literals.Daniel Jasper2015-07-021-0/+4
* clang-format: [JS] Skip comments when applying the regex-literal heuristicDaniel Jasper2015-07-021-0/+2
* clang-format: [JS] Fix bug in regex literal parsing.Daniel Jasper2015-07-021-0/+1
* clang-format: [JS] Support regex literals at the start of a file.Daniel Jasper2015-07-021-0/+1
* clang-format: [JS] Fix character counting in template strings.Daniel Jasper2015-07-021-7/+7
* clang-format: [JS] Support regex literals containing quotes (' and ").Daniel Jasper2015-06-241-0/+6
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* clang-format: [JS] Add a special case for indenting function literals.Daniel Jasper2015-06-181-0/+4
* clang-format: clang-format (NFC)Daniel Jasper2015-06-171-6/+3
* clang-format: [JS] Don't put top-level typescript enums on a single line.Daniel Jasper2015-06-171-0/+8
* clang-format: [JS] Fix typescript enum formatting.Daniel Jasper2015-06-171-0/+8
* clang-format: [JS] Tweak behavior for multiline array initializer parametersDaniel Jasper2015-06-151-0/+7
* clang-format: [JS] Fix corner case in template string parsing.Daniel Jasper2015-06-141-0/+5
* clang-format: [JS] Support "export enum" declarations.Daniel Jasper2015-06-121-0/+5
* clang-format: [JS] Add tests to ensure clang-format doesn't break codeDaniel Jasper2015-06-121-0/+12
* clang-format: [JS] Fix regression caused by r239592.Daniel Jasper2015-06-121-1/+2
* clang-format: [JS] fix incorrectly collapsed lines after exportDaniel Jasper2015-06-121-0/+3
* clang-format: Make SFS_Inline imply SFS_Empty.Daniel Jasper2015-06-111-11/+8
* clang-format: [JS] Ensure that formatting actually takes place in tests.Daniel Jasper2015-06-111-1/+4
* clang-format: [JS] Only special case top level object literalDaniel Jasper2015-06-101-0/+4
* clang-format: [JS] Let fat arrows have 'Assignment' precedence.Daniel Jasper2015-06-051-1/+8
* clang-format: [JS] Let fat arrows have 'Equality' precedence.Daniel Jasper2015-06-031-0/+6
* clang-format: [JS] More aggressively keep array literals on one line.Daniel Jasper2015-06-031-4/+3
* clang-format: [JS] Fix bug in type colon detection.Daniel Jasper2015-06-031-0/+9
* clang-format: [JS] Always add space after fat arrow.Daniel Jasper2015-06-021-0/+1
* clang-format: [JS] Array literal detection fix #4.Daniel Jasper2015-06-021-0/+5
* clang-format: Don't try to detect C++ lambdas in other languages.Daniel Jasper2015-06-021-0/+2
* clang-format: [JS] Fix incorrect line length calculation.Daniel Jasper2015-06-021-1/+2
* clang-format: [JS] Array literal detection fix #3.Daniel Jasper2015-06-021-0/+3
* clang-format: [JS] Fix another regression when detecting array literals.Daniel Jasper2015-06-021-0/+5
* clang-format: [JS] Fix regression of detecting array literals.Daniel Jasper2015-06-021-0/+5
* clang-format: [JS] Making arrow function wrapping more consistent.Daniel Jasper2015-06-011-1/+16
* clang-format: [JS] Fix line breaks in computed property names.Daniel Jasper2015-05-311-0/+3
* clang-format: [JS] Support ES6 computed property names.Daniel Jasper2015-05-291-0/+5
* clang-format: Lower binding strengths created by the [] created by ObjCDaniel Jasper2015-05-281-0/+7
* clang-format: [JS] Fix incorrect detection of ternary expressions.Daniel Jasper2015-05-271-0/+7
* clang-format: [JS] Support ES6 spread operator.Daniel Jasper2015-05-261-0/+4
* clang-format: [JS] Better support for fat arrows.Manuel Klimek2015-05-211-1/+24
* clang-format: [JS] Parse exported functions as free-standing.Daniel Jasper2015-05-111-0/+6
* clang-format: [JS] Avoid bad line-warp around "function".Daniel Jasper2015-05-081-0/+6
* clang-format: [JS] Fix regex literal detection.Daniel Jasper2015-05-081-0/+1
* clang-format: [JS] support optional methods.Daniel Jasper2015-05-051-0/+4
* clang-format: [JS] Do not collapse short interfaces.Daniel Jasper2015-05-051-0/+6
* clang-format: [JS] Fix calculation of template string width.Daniel Jasper2015-05-021-0/+6
* clang-format: [JS] Fix templated parameter default values.Daniel Jasper2015-05-021-0/+2
* clang-format: [JS] handle comments in template strings.Daniel Jasper2015-04-161-0/+27
* clang-format: [JS] Support index signature types.Daniel Jasper2015-04-131-0/+4
OpenPOWER on IntegriCloud