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] Prevent confusing TypeScript parameters wraps.
Daniel Jasper
2015-07-06
1
-0
/
+3
*
clang-format: [JS] Allow line breaks after TypeScript type colons.
Daniel Jasper
2015-07-03
1
-0
/
+2
*
clang-format: [JS] Treat regex literals like string literals.
Daniel Jasper
2015-07-02
1
-0
/
+4
*
clang-format: [JS] Skip comments when applying the regex-literal heuristic
Daniel Jasper
2015-07-02
1
-0
/
+2
*
clang-format: [JS] Fix bug in regex literal parsing.
Daniel Jasper
2015-07-02
1
-0
/
+1
*
clang-format: [JS] Support regex literals at the start of a file.
Daniel Jasper
2015-07-02
1
-0
/
+1
*
clang-format: [JS] Fix character counting in template strings.
Daniel Jasper
2015-07-02
1
-7
/
+7
*
clang-format: [JS] Support regex literals containing quotes (' and ").
Daniel Jasper
2015-06-24
1
-0
/
+6
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
clang-format: [JS] Add a special case for indenting function literals.
Daniel Jasper
2015-06-18
1
-0
/
+4
*
clang-format: clang-format (NFC)
Daniel Jasper
2015-06-17
1
-6
/
+3
*
clang-format: [JS] Don't put top-level typescript enums on a single line.
Daniel Jasper
2015-06-17
1
-0
/
+8
*
clang-format: [JS] Fix typescript enum formatting.
Daniel Jasper
2015-06-17
1
-0
/
+8
*
clang-format: [JS] Tweak behavior for multiline array initializer parameters
Daniel Jasper
2015-06-15
1
-0
/
+7
*
clang-format: [JS] Fix corner case in template string parsing.
Daniel Jasper
2015-06-14
1
-0
/
+5
*
clang-format: [JS] Support "export enum" declarations.
Daniel Jasper
2015-06-12
1
-0
/
+5
*
clang-format: [JS] Add tests to ensure clang-format doesn't break code
Daniel Jasper
2015-06-12
1
-0
/
+12
*
clang-format: [JS] Fix regression caused by r239592.
Daniel Jasper
2015-06-12
1
-1
/
+2
*
clang-format: [JS] fix incorrectly collapsed lines after export
Daniel Jasper
2015-06-12
1
-0
/
+3
*
clang-format: Make SFS_Inline imply SFS_Empty.
Daniel Jasper
2015-06-11
1
-11
/
+8
*
clang-format: [JS] Ensure that formatting actually takes place in tests.
Daniel Jasper
2015-06-11
1
-1
/
+4
*
clang-format: [JS] Only special case top level object literal
Daniel Jasper
2015-06-10
1
-0
/
+4
*
clang-format: [JS] Let fat arrows have 'Assignment' precedence.
Daniel Jasper
2015-06-05
1
-1
/
+8
*
clang-format: [JS] Let fat arrows have 'Equality' precedence.
Daniel Jasper
2015-06-03
1
-0
/
+6
*
clang-format: [JS] More aggressively keep array literals on one line.
Daniel Jasper
2015-06-03
1
-4
/
+3
*
clang-format: [JS] Fix bug in type colon detection.
Daniel Jasper
2015-06-03
1
-0
/
+9
*
clang-format: [JS] Always add space after fat arrow.
Daniel Jasper
2015-06-02
1
-0
/
+1
*
clang-format: [JS] Array literal detection fix #4.
Daniel Jasper
2015-06-02
1
-0
/
+5
*
clang-format: Don't try to detect C++ lambdas in other languages.
Daniel Jasper
2015-06-02
1
-0
/
+2
*
clang-format: [JS] Fix incorrect line length calculation.
Daniel Jasper
2015-06-02
1
-1
/
+2
*
clang-format: [JS] Array literal detection fix #3.
Daniel Jasper
2015-06-02
1
-0
/
+3
*
clang-format: [JS] Fix another regression when detecting array literals.
Daniel Jasper
2015-06-02
1
-0
/
+5
*
clang-format: [JS] Fix regression of detecting array literals.
Daniel Jasper
2015-06-02
1
-0
/
+5
*
clang-format: [JS] Making arrow function wrapping more consistent.
Daniel Jasper
2015-06-01
1
-1
/
+16
*
clang-format: [JS] Fix line breaks in computed property names.
Daniel Jasper
2015-05-31
1
-0
/
+3
*
clang-format: [JS] Support ES6 computed property names.
Daniel Jasper
2015-05-29
1
-0
/
+5
*
clang-format: Lower binding strengths created by the [] created by ObjC
Daniel Jasper
2015-05-28
1
-0
/
+7
*
clang-format: [JS] Fix incorrect detection of ternary expressions.
Daniel Jasper
2015-05-27
1
-0
/
+7
*
clang-format: [JS] Support ES6 spread operator.
Daniel Jasper
2015-05-26
1
-0
/
+4
*
clang-format: [JS] Better support for fat arrows.
Manuel Klimek
2015-05-21
1
-1
/
+24
*
clang-format: [JS] Parse exported functions as free-standing.
Daniel Jasper
2015-05-11
1
-0
/
+6
*
clang-format: [JS] Avoid bad line-warp around "function".
Daniel Jasper
2015-05-08
1
-0
/
+6
*
clang-format: [JS] Fix regex literal detection.
Daniel Jasper
2015-05-08
1
-0
/
+1
*
clang-format: [JS] support optional methods.
Daniel Jasper
2015-05-05
1
-0
/
+4
*
clang-format: [JS] Do not collapse short interfaces.
Daniel Jasper
2015-05-05
1
-0
/
+6
*
clang-format: [JS] Fix calculation of template string width.
Daniel Jasper
2015-05-02
1
-0
/
+6
*
clang-format: [JS] Fix templated parameter default values.
Daniel Jasper
2015-05-02
1
-0
/
+2
*
clang-format: [JS] handle comments in template strings.
Daniel Jasper
2015-04-16
1
-0
/
+27
*
clang-format: [JS] Support index signature types.
Daniel Jasper
2015-04-13
1
-0
/
+4
[prev]
[next]