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] Support index signature types.
Daniel Jasper
2015-04-13
1
-0
/
+4
*
clang-format: [JS] support optionality markers in JS types.
Daniel Jasper
2015-04-13
1
-0
/
+8
*
clang-format: [JS] Allow periods and commata in class declarations.
Daniel Jasper
2015-04-13
1
-0
/
+1
*
clang-format: Improve nested block formatting.
Daniel Jasper
2015-04-07
1
-4
/
+3
*
clang-format: [JS] Understand object literals with only methods.
Daniel Jasper
2015-04-04
1
-0
/
+8
*
clang-format: [JS] Support getters, setters and methods in object literals.
Daniel Jasper
2015-03-31
1
-0
/
+21
*
clang-format: [JS] Fix comment formatting in goog.scopes.
Daniel Jasper
2015-03-30
1
-0
/
+5
*
clang-format: [JS] support cast syntax and type arguments.
Daniel Jasper
2015-03-15
1
-0
/
+12
*
clang-format: [JS] more precisely detect enums.
Daniel Jasper
2015-03-15
1
-5
/
+8
*
clang-format: [js] Support template strings.
Daniel Jasper
2015-02-20
1
-0
/
+41
*
clang-format: [js] Support ES6 module exports.
Daniel Jasper
2015-02-19
1
-1
/
+22
*
clang-format: [js] Support ES6 module imports.
Daniel Jasper
2015-02-19
1
-0
/
+26
*
clang-format: [js] Do not fall through for JS structural elements.
Daniel Jasper
2015-02-19
1
-0
/
+2
*
clang-format: [JS] support AtScript style annotations for JS.
Daniel Jasper
2015-02-18
1
-0
/
+13
*
clang-format: [JS] Support classes.
Daniel Jasper
2015-02-18
1
-0
/
+10
*
clang-format: [JS] Support type annotations.
Daniel Jasper
2015-02-18
1
-0
/
+10
*
clang-format: Fix incorrect calculation of token lenghts.
Daniel Jasper
2014-12-17
1
-0
/
+2
*
clang-format: Revamp nested block formatting.
Daniel Jasper
2014-12-12
1
-4
/
+28
*
clang-format: [JS] Don't put top-level dict literals on a single line.
Daniel Jasper
2014-12-04
1
-9
/
+12
*
clang-format: [JS] Contract fewer functions to a single line.
Daniel Jasper
2014-11-27
1
-0
/
+5
*
clang-format: [JS] Try not to break in container literals.
Daniel Jasper
2014-11-27
1
-0
/
+5
*
clang-format: [JS] new and delete are valid function names.
Daniel Jasper
2014-11-27
1
-0
/
+2
*
clang-format: [JS] Make Closure module detection more narrow.
Daniel Jasper
2014-11-27
1
-0
/
+5
*
clang-format: [JS] Support Closure's module statements.
Daniel Jasper
2014-11-23
1
-0
/
+11
*
Revert "clang-format: [js] Updates to Google's JavaScript style."
Daniel Jasper
2014-11-05
1
-15
/
+18
*
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
[next]