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] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-3
/
+3
*
[clang-format] In tests, expected code should be format-stable
Mark Zeren
2018-04-04
1
-0
/
+4
*
[clang-format] fix handling of consecutive unary operators
Krasimir Georgiev
2018-03-06
1
-0
/
+1
*
clang-format: [JS] fix `of` detection.
Martin Probst
2018-02-19
1
-0
/
+1
*
clang-format: [JS] Prevent ASI before [ and (.
Martin Probst
2018-01-26
1
-0
/
+3
*
clang-format: [JS] do not wrap after async/await.
Martin Probst
2017-11-30
1
-0
/
+5
*
clang-format: [JS] do not collapse short classes.
Martin Probst
2017-11-25
1
-4
/
+12
*
clang-format: [JS] handle semis in generic types.
Martin Probst
2017-11-25
1
-0
/
+1
*
clang-format: [JS] handle `for` as object label.
Martin Probst
2017-11-25
1
-0
/
+5
*
clang-format: [JS] disable ASI on decorators.
Martin Probst
2017-11-25
1
-1
/
+3
*
clang-format: [JS] do not break in ArrayType[].
Martin Probst
2017-11-24
1
-0
/
+2
*
clang-format: [JS] do not wrap before yield.
Martin Probst
2017-11-24
1
-0
/
+1
*
clang-format: [JS] space between ! assert and in.
Martin Probst
2017-11-24
1
-0
/
+1
*
clang-format: [JS] handle destructuring `of`.
Martin Probst
2017-11-24
1
-0
/
+4
*
clang-format: remove trailing lines in lamdas and arrow functions.
Martin Probst
2017-11-17
1
-0
/
+11
*
[clang-format] Break non-trailing comments, try 2
Krasimir Georgiev
2017-10-16
1
-0
/
+21
*
clang-format: [JS] wrap and indent `goog.setTestOnly` calls.
Martin Probst
2017-09-11
1
-2
/
+6
*
clang-format: [JS] simplify template string wrapping.
Martin Probst
2017-08-29
1
-16
/
+12
*
clang-format: [JS] wrap optional properties in type aliases.
Martin Probst
2017-08-14
1
-0
/
+4
*
clang-format: [JS] do not insert whitespace in call positions.
Martin Probst
2017-08-14
1
-7
/
+13
*
clang-format: [JS] detect ASI after closing parens.
Martin Probst
2017-08-09
1
-0
/
+4
*
[clang-format] Put '/**' and '*/' on own lines in jsdocs ending in comment pr...
Krasimir Georgiev
2017-08-09
1
-0
/
+47
*
clang-format: [JS] fix union type spacing in object & array types.
Martin Probst
2017-08-08
1
-0
/
+12
*
clang-format: [JS] handle single lines comments ending in `\\`.
Martin Probst
2017-08-08
1
-0
/
+22
*
clang-format: [JS] support fields with case/switch/default labels.
Martin Probst
2017-08-04
1
-0
/
+6
*
clang-format: [JS] no whitespace between typeof operator and l_paren.
Martin Probst
2017-08-01
1
-0
/
+1
*
clang-format: [JS] prefer wrapping chains over empty literals.
Martin Probst
2017-08-01
1
-0
/
+9
*
clang-format: [JS] whitespace between keywords and parenthesized expressions.
Martin Probst
2017-08-01
1
-0
/
+9
*
clang-format: [JS] handle union types in arrow functions.
Martin Probst
2017-08-01
1
-0
/
+3
*
clang-format: [JS] consistenly format enums.
Martin Probst
2017-08-01
1
-0
/
+8
*
clang-format: [JS] handle object types in extends positions.
Martin Probst
2017-08-01
1
-0
/
+11
*
[clang-format] Put '/**' and '*/' on own lines in multiline jsdocs
Krasimir Georgiev
2017-07-20
1
-0
/
+93
*
clang-format: [JS] Correctly format JavaScript imports with long module paths
Martin Probst
2017-07-18
1
-0
/
+11
*
clang-format: [JS] do not wrap after "readonly".
Martin Probst
2017-07-07
1
-0
/
+8
*
clang-format: [JS] space between pseudo keywords and template literals.
Martin Probst
2017-07-04
1
-0
/
+1
*
Revert "clang-format: [JS] space between pseudo keywords and template literals."
Martin Probst
2017-07-03
1
-1
/
+0
*
clang-format: [JS] space between pseudo keywords and template literals.
Martin Probst
2017-07-03
1
-0
/
+1
*
clang-format: [JS] recognize exported type definitions.
Martin Probst
2017-06-07
1
-0
/
+6
*
clang-format: [JS] Correctly Indent Nested JavaScript Literals.
Martin Probst
2017-06-06
1
-0
/
+39
*
clang-format: [JS] improve calculateBraceType heuristic
Martin Probst
2017-05-31
1
-3
/
+6
*
clang-format: [JS] fix indenting bound functions.
Martin Probst
2017-05-29
1
-0
/
+5
*
clang-format: [JS] avoid line breaks before unindented r_parens.
Martin Probst
2017-05-22
1
-0
/
+5
*
clang-format: [JS] for await, and fix a crash with for loops.
Martin Probst
2017-05-18
1
-3
/
+2
*
clang-format: [JS] for async loops.
Martin Probst
2017-05-15
1
-0
/
+9
*
JavaScript allows parameter lists to include trailing commas:
Martin Probst
2017-05-15
1
-2
/
+26
*
clang-format: [JS] fix non-null assertion operator recognition.
Martin Probst
2017-05-15
1
-0
/
+1
*
clang-format: [JS] support non-null assertions after all identifiers.
Martin Probst
2017-05-12
1
-0
/
+1
*
clang-format: refine calculating brace types.
Martin Probst
2017-05-10
1
-0
/
+10
*
clang-format: [JS] Don't indent JavaScript IIFEs.
Martin Probst
2017-05-09
1
-0
/
+19
*
clang-format: [JS] keep triple slash directives intact.
Martin Probst
2017-05-09
1
-0
/
+1
[next]