summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTestJS.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* clang-format: [JS] Basic support for escape sequences in regex literals.Daniel Jasper2014-05-121-0/+3
* clang-format: [JS] Fix spacing in dict literals.Daniel Jasper2014-05-091-0/+1
* clang-format: Initial support for try-catch.Daniel Jasper2014-05-081-0/+10
* clang-format: [JS] support closures in container literals.Daniel Jasper2014-05-081-0/+7
* clang-format: [JS] Support regex literals after 'return'.Daniel Jasper2014-05-081-0/+2
* clang-format: [JS] Initial support for regex literals.Daniel Jasper2014-05-081-0/+70
* clang-format: Be slightly more aggressive on single-line functions.Daniel Jasper2014-05-071-0/+5
* clang-format: [JS] Keep space after closure style comments.Daniel Jasper2014-05-061-0/+4
* clang-format: [JS] Keep space between 'return' and '['.Daniel Jasper2014-05-061-0/+4
* clang-format: [JS] Don't indent in goog.scope blocks.Daniel Jasper2014-05-061-0/+7
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+2
* clang-format: Let chromium style inherit google style's javascript tweaks.Nico Weber2014-02-021-5/+8
* clang-format: (JavaScript) Don't crash on empty string literals.Daniel Jasper2014-01-311-0/+4
* clang-format: Fixed formatting of JavaScript container literalsDaniel Jasper2014-01-151-0/+5
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+0
* Allow predefined styles to define different options for different languages.Alexander Kornienko2013-12-101-16/+14
* Create a separate file for JS-specific unit tests.Alexander Kornienko2013-12-031-0/+86
OpenPOWER on IntegriCloud