summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTestJS.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-format: [JS] Support index signature types.Daniel Jasper2015-04-131-0/+4
* clang-format: [JS] support optionality markers in JS types.Daniel Jasper2015-04-131-0/+8
* clang-format: [JS] Allow periods and commata in class declarations.Daniel Jasper2015-04-131-0/+1
* clang-format: Improve nested block formatting.Daniel Jasper2015-04-071-4/+3
* clang-format: [JS] Understand object literals with only methods.Daniel Jasper2015-04-041-0/+8
* clang-format: [JS] Support getters, setters and methods in object literals.Daniel Jasper2015-03-311-0/+21
* clang-format: [JS] Fix comment formatting in goog.scopes.Daniel Jasper2015-03-301-0/+5
* clang-format: [JS] support cast syntax and type arguments.Daniel Jasper2015-03-151-0/+12
* clang-format: [JS] more precisely detect enums.Daniel Jasper2015-03-151-5/+8
* clang-format: [js] Support template strings.Daniel Jasper2015-02-201-0/+41
* clang-format: [js] Support ES6 module exports.Daniel Jasper2015-02-191-1/+22
* clang-format: [js] Support ES6 module imports.Daniel Jasper2015-02-191-0/+26
* clang-format: [js] Do not fall through for JS structural elements.Daniel Jasper2015-02-191-0/+2
* clang-format: [JS] support AtScript style annotations for JS.Daniel Jasper2015-02-181-0/+13
* clang-format: [JS] Support classes.Daniel Jasper2015-02-181-0/+10
* clang-format: [JS] Support type annotations.Daniel Jasper2015-02-181-0/+10
* clang-format: Fix incorrect calculation of token lenghts.Daniel Jasper2014-12-171-0/+2
* clang-format: Revamp nested block formatting.Daniel Jasper2014-12-121-4/+28
* clang-format: [JS] Don't put top-level dict literals on a single line.Daniel Jasper2014-12-041-9/+12
* clang-format: [JS] Contract fewer functions to a single line.Daniel Jasper2014-11-271-0/+5
* clang-format: [JS] Try not to break in container literals.Daniel Jasper2014-11-271-0/+5
* clang-format: [JS] new and delete are valid function names.Daniel Jasper2014-11-271-0/+2
* clang-format: [JS] Make Closure module detection more narrow.Daniel Jasper2014-11-271-0/+5
* clang-format: [JS] Support Closure's module statements.Daniel Jasper2014-11-231-0/+11
* Revert "clang-format: [js] Updates to Google's JavaScript style."Daniel Jasper2014-11-051-15/+18
* clang-format: [js] Updates to Google's JavaScript style.Daniel Jasper2014-10-311-18/+15
* clang-format: [JS] Support more regex literals.Daniel Jasper2014-10-291-0/+4
* clang-format: [JS] Support AllowShortFunctionsOnASingleLine.Daniel Jasper2014-09-301-3/+65
* clang-format: [JS] Improve formatting of function literals in chainsDaniel Jasper2014-09-291-0/+13
* clang-format: [JS] add space before operator 'in'.Daniel Jasper2014-09-191-0/+1
* clang-format: [JS] Support regex literals with trailing escaped slash.Daniel Jasper2014-09-091-0/+2
* clang-format: [JS] Format embedded function literals more efficently.Daniel Jasper2014-09-051-8/+6
* clang-format: [JS] JavaScript does not have the */&/&& madness.Daniel Jasper2014-09-051-0/+4
* clang-format: [JS] Better support for empty function literals.Daniel Jasper2014-09-051-0/+1
* clang-format: [JS] Fix indentation in dict literals.Daniel Jasper2014-09-051-0/+5
* clang-format: [JS] Support alternative operator names as identifiers.Daniel Jasper2014-09-041-0/+4
* clang-format: [JS] Supprot "catch" as function name.Daniel Jasper2014-09-041-0/+3
* clang-format: [JS] Support comments in dict literals.Daniel Jasper2014-09-041-0/+8
* clang-format: [JS] support free-standing functions again.Daniel Jasper2014-06-301-0/+11
* clang-format: [JS] Understand named function literals.Daniel Jasper2014-06-131-1/+8
* clang-format: [JS] Treat dict literals similar to objc method exprs.Daniel Jasper2014-06-101-0/+25
* clang-format: Fix incorrect indentation.Daniel Jasper2014-06-061-0/+8
* clang-format: Refactor indentation behavior for multiple nested blocks.Daniel Jasper2014-06-031-0/+33
* clang-format: [JS] Understand line breaks in concatenated strings.Daniel Jasper2014-05-221-0/+5
* clang-format: Correctly calculate line lenghts for nest blocks.Daniel Jasper2014-05-221-0/+7
* clang-format: Fix corner case working around one-per-line dict literals.Daniel Jasper2014-05-211-0/+5
* clang-format: [JS] Support different function literal style.Daniel Jasper2014-05-211-0/+12
* clang-format: [JS] Understand top-level function literals properly.Daniel Jasper2014-05-201-1/+5
* clang-format: [JS] Support ES6 destructuring assignments.Daniel Jasper2014-05-191-0/+5
* clang-format: [JS] Support for EC6 arrow functions.Daniel Jasper2014-05-191-0/+2
OpenPOWER on IntegriCloud