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
/
lib
/
Format
/
SortJavaScriptImports.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use llvm::stable_sort
Fangrui Song
2019-04-24
1
-7
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clang] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-4
/
+4
*
Add SourceManagerForFile helper which sets up SourceManager and dependencies ...
Eric Liu
2018-05-09
1
-4
/
+3
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-1
/
+1
*
Format closing braces when reformatting the line containing the opening brace.
Manuel Klimek
2018-04-23
1
-2
/
+1
*
[clang-format] Format raw string literals
Krasimir Georgiev
2017-10-30
1
-5
/
+5
*
clang-format clang-format.
Manuel Klimek
2017-09-20
1
-1
/
+1
*
clang-format: [JS] support default imports.
Martin Probst
2017-08-01
1
-2
/
+2
*
Use after move bug fixes
Piotr Padlewski
2016-12-23
1
-2
/
+3
*
Removed duplicate header include
Eric Liu
2016-10-14
1
-2
/
+1
*
clang-format: [JS] Fix line breaks before comments when sorting imports.
Martin Probst
2016-09-19
1
-3
/
+8
*
clang-format: [JS] merge requoting replacements.
Martin Probst
2016-09-02
1
-3
/
+1
*
clang-format: [JS] handle default bindings in imports.
Martin Probst
2016-09-02
1
-8
/
+15
*
clang-format: [JS] Sort all JavaScript imports if any changed.
Martin Probst
2016-09-02
1
-7
/
+5
*
Implement tooling::Replacements as a class.
Eric Liu
2016-08-01
1
-2
/
+8
*
clang-format: [JS] Sort imports case insensitive.
Martin Probst
2016-07-09
1
-3
/
+3
*
clang-format: [JS] support trailing commas in imports.
Martin Probst
2016-07-09
1
-0
/
+2
*
clang-format: [JS] fix a FIXME.
Martin Probst
2016-06-08
1
-1
/
+1
*
clang-format: [JS] fix an assertion failure caused by shrinking sources.
Martin Probst
2016-06-08
1
-2
/
+15
*
clang-format: [JS] no ASI on `import {x as\n y}`.
Martin Probst
2016-06-01
1
-1
/
+1
*
clang-format: [JS] Sort imported symbols.
Martin Probst
2016-06-01
1
-16
/
+58
*
clang-format: [JS] sort ES6 imports.
Martin Probst
2016-05-20
1
-0
/
+385