index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
unittests
/
Format
/
FormatTestJS.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-format: [js] Updates to Google's JavaScript style.
Daniel Jasper
2014-10-31
1
-18
/
+15
*
clang-format: [JS] Support more regex literals.
Daniel Jasper
2014-10-29
1
-0
/
+4
*
clang-format: [JS] Support AllowShortFunctionsOnASingleLine.
Daniel Jasper
2014-09-30
1
-3
/
+65
*
clang-format: [JS] Improve formatting of function literals in chains
Daniel Jasper
2014-09-29
1
-0
/
+13
*
clang-format: [JS] add space before operator 'in'.
Daniel Jasper
2014-09-19
1
-0
/
+1
*
clang-format: [JS] Support regex literals with trailing escaped slash.
Daniel Jasper
2014-09-09
1
-0
/
+2
*
clang-format: [JS] Format embedded function literals more efficently.
Daniel Jasper
2014-09-05
1
-8
/
+6
*
clang-format: [JS] JavaScript does not have the */&/&& madness.
Daniel Jasper
2014-09-05
1
-0
/
+4
*
clang-format: [JS] Better support for empty function literals.
Daniel Jasper
2014-09-05
1
-0
/
+1
*
clang-format: [JS] Fix indentation in dict literals.
Daniel Jasper
2014-09-05
1
-0
/
+5
*
clang-format: [JS] Support alternative operator names as identifiers.
Daniel Jasper
2014-09-04
1
-0
/
+4
*
clang-format: [JS] Supprot "catch" as function name.
Daniel Jasper
2014-09-04
1
-0
/
+3
*
clang-format: [JS] Support comments in dict literals.
Daniel Jasper
2014-09-04
1
-0
/
+8
*
clang-format: [JS] support free-standing functions again.
Daniel Jasper
2014-06-30
1
-0
/
+11
*
clang-format: [JS] Understand named function literals.
Daniel Jasper
2014-06-13
1
-1
/
+8
*
clang-format: [JS] Treat dict literals similar to objc method exprs.
Daniel Jasper
2014-06-10
1
-0
/
+25
*
clang-format: Fix incorrect indentation.
Daniel Jasper
2014-06-06
1
-0
/
+8
*
clang-format: Refactor indentation behavior for multiple nested blocks.
Daniel Jasper
2014-06-03
1
-0
/
+33
*
clang-format: [JS] Understand line breaks in concatenated strings.
Daniel Jasper
2014-05-22
1
-0
/
+5
*
clang-format: Correctly calculate line lenghts for nest blocks.
Daniel Jasper
2014-05-22
1
-0
/
+7
*
clang-format: Fix corner case working around one-per-line dict literals.
Daniel Jasper
2014-05-21
1
-0
/
+5
*
clang-format: [JS] Support different function literal style.
Daniel Jasper
2014-05-21
1
-0
/
+12
*
clang-format: [JS] Understand top-level function literals properly.
Daniel Jasper
2014-05-20
1
-1
/
+5
*
clang-format: [JS] Support ES6 destructuring assignments.
Daniel Jasper
2014-05-19
1
-0
/
+5
*
clang-format: [JS] Support for EC6 arrow functions.
Daniel Jasper
2014-05-19
1
-0
/
+2
*
clang-format: [JS] Basic support for escape sequences in regex literals.
Daniel Jasper
2014-05-12
1
-0
/
+3
*
clang-format: [JS] Fix spacing in dict literals.
Daniel Jasper
2014-05-09
1
-0
/
+1
*
clang-format: Initial support for try-catch.
Daniel Jasper
2014-05-08
1
-0
/
+10
*
clang-format: [JS] support closures in container literals.
Daniel Jasper
2014-05-08
1
-0
/
+7
*
clang-format: [JS] Support regex literals after 'return'.
Daniel Jasper
2014-05-08
1
-0
/
+2
*
clang-format: [JS] Initial support for regex literals.
Daniel Jasper
2014-05-08
1
-0
/
+70
*
clang-format: Be slightly more aggressive on single-line functions.
Daniel Jasper
2014-05-07
1
-0
/
+5
*
clang-format: [JS] Keep space after closure style comments.
Daniel Jasper
2014-05-06
1
-0
/
+4
*
clang-format: [JS] Keep space between 'return' and '['.
Daniel Jasper
2014-05-06
1
-0
/
+4
*
clang-format: [JS] Don't indent in goog.scope blocks.
Daniel Jasper
2014-05-06
1
-0
/
+7
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
clang-format: Let chromium style inherit google style's javascript tweaks.
Nico Weber
2014-02-02
1
-5
/
+8
*
clang-format: (JavaScript) Don't crash on empty string literals.
Daniel Jasper
2014-01-31
1
-0
/
+4
*
clang-format: Fixed formatting of JavaScript container literals
Daniel Jasper
2014-01-15
1
-0
/
+5
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+0
*
Allow predefined styles to define different options for different languages.
Alexander Kornienko
2013-12-10
1
-16
/
+14
*
Create a separate file for JS-specific unit tests.
Alexander Kornienko
2013-12-03
1
-0
/
+86