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] Improve line-wrapping behavior of template strings.
Daniel Jasper
2017-02-20
1
-36
/
+20
*
clang-format: [JS/TS] Improve detection for array subscripts in types.
Daniel Jasper
2017-02-20
1
-0
/
+3
*
clang-format: [JS] correcly format object literal methods.
Martin Probst
2017-02-07
1
-0
/
+12
*
clang-format: [JS] exclaim preceding regex literals.
Martin Probst
2017-02-07
1
-0
/
+1
*
clang-format: [JS] handle parenthesized class expressions.
Martin Probst
2017-02-07
1
-0
/
+4
*
clang-format: [JS] Fix bugs in parsing and aligning template strings.
Daniel Jasper
2017-02-03
1
-0
/
+4
*
clang-format: [JS] Indent expressions in ${} relative to their surrounding
Daniel Jasper
2017-01-31
1
-0
/
+57
*
clang-format: [JS] Properly set scopes inside template strings.
Daniel Jasper
2017-01-31
1
-0
/
+7
*
clang-format: [JS] Fix incorrect line break in template strings.
Daniel Jasper
2017-01-31
1
-0
/
+4
*
clang-format: [JavaScript] Undo r291974 for JavaScript.
Daniel Jasper
2017-01-30
1
-0
/
+10
*
clang-format: [JS] do not format MPEG transport streams.
Martin Probst
2017-01-27
1
-0
/
+9
*
clang-format: [JS] revert over-eager ASI check.
Martin Probst
2017-01-16
1
-4
/
+22
*
clang-format: [JS] fix broken test.
Martin Probst
2017-01-09
1
-1
/
+3
*
clang-format: [JS] ASI after imports
Martin Probst
2017-01-09
1
-0
/
+18
*
Typo
Joerg Sonnenberger
2017-01-05
1
-2
/
+2
*
clang-format: [JS] avoid indent after ambient function declarations.
Martin Probst
2017-01-04
1
-0
/
+10
*
clang-format: [JS] Properly format dict literals that skip labels.
Daniel Jasper
2016-11-29
1
-0
/
+7
*
clang-format: [JS] do not break after declare namespace.
Martin Probst
2016-11-10
1
-0
/
+31
*
clang-format: [TypeScript] Fix bug in handling of non-null operator.
Daniel Jasper
2016-11-09
1
-0
/
+1
*
clang-format: [JS] Fix incorrect space when "as" is used as identifier.
Daniel Jasper
2016-11-01
1
-0
/
+1
*
clang-format: [JS] Fix formatting of generator functions.
Daniel Jasper
2016-11-01
1
-0
/
+5
*
clang-format: [JS] Fix space when for is used as regular identifier.
Daniel Jasper
2016-11-01
1
-0
/
+1
*
clang-format: [JS] Fix missing space after 'yield'.
Daniel Jasper
2016-10-31
1
-0
/
+2
*
clang-format: [JS] Fix template string ASI.
Martin Probst
2016-10-21
1
-0
/
+6
*
clang-format: [JS] reserved words in method names.
Martin Probst
2016-09-22
1
-0
/
+15
*
clang-format: [JS] Do not wrap taze annotation comments.
Martin Probst
2016-09-18
1
-0
/
+6
*
clang-format: [JS] ASI insertion after boolean literals.
Martin Probst
2016-09-18
1
-0
/
+12
*
clang-format: [JS] Fix a crash in handledTemplateStrings.
Daniel Jasper
2016-09-17
1
-0
/
+3
*
clang-format: [JavaScript] Change default AllowShortFunctionsOnASingleLine
Daniel Jasper
2016-09-07
1
-22
/
+59
*
clang-format: [JavaScript] Do requoting in a separate pass
Daniel Jasper
2016-09-07
1
-0
/
+8
*
clang-format: [JS] whitespace required between ! and as.
Martin Probst
2016-09-06
1
-0
/
+1
*
clang-format: [JS] ignore comments when wrapping returns.
Martin Probst
2016-09-06
1
-0
/
+2
*
clang-format: [JS] merge requoting replacements.
Martin Probst
2016-09-02
1
-0
/
+7
*
clang-format: [JS] nested and tagged template strings.
Martin Probst
2016-08-25
1
-1
/
+13
*
clang-format: [JS] supports casts to types starting with punctuation ("{[(").
Martin Probst
2016-08-22
1
-0
/
+3
*
clang-format: [JS] handle object literals with casts.
Martin Probst
2016-08-19
1
-0
/
+1
*
clang-format: [JS] Allow top-level conditionals again.
Daniel Jasper
2016-07-12
1
-1
/
+1
*
Make tooling::applyAllReplacements return llvm::Expected<string> instead of e...
Eric Liu
2016-07-11
1
-4
/
+4
*
clang-format: [JS] Fix build breakage.
Martin Probst
2016-06-24
1
-1
/
+1
*
clang-format: [JS] handle conditionals in fields, default params.
Martin Probst
2016-06-23
1
-1
/
+9
*
clang-format: [JS] recognize more type locations.
Martin Probst
2016-06-23
1
-0
/
+6
*
clang-format: [JS] Do not break before 'as'.
Martin Probst
2016-06-22
1
-2
/
+5
*
clang-format: [JS] Fix failing format with TypeScript casts.
Daniel Jasper
2016-06-14
1
-0
/
+4
*
clang-format: [JS] Support annotated classes.
Daniel Jasper
2016-06-14
1
-0
/
+5
*
clang-format: [JS] Indent namespaces in JavaScript/TS by default.
Martin Probst
2016-06-13
1
-0
/
+9
*
clang-format: [JS] Introduce JavaScriptWrapImports option.
Martin Probst
2016-06-13
1
-3
/
+24
*
clang-format: [JS] post-fix non-null assertion operator.
Martin Probst
2016-06-13
1
-0
/
+9
*
clang-format: [JS] recognized named functions in AnnotatingParser.
Martin Probst
2016-06-09
1
-0
/
+2
*
clang-format: [JS] no ASI on `import {x as\n y}`.
Martin Probst
2016-06-01
1
-0
/
+3
*
clang-format: Fix segfault introduced by allowing wraps after comments.
Daniel Jasper
2016-05-29
1
-0
/
+5
[prev]
[next]