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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-format] do not add existing includes.
Eric Liu
2016-06-14
1
-1
/
+7
*
clang-format: [JS] Fix failing format with TypeScript casts.
Daniel Jasper
2016-06-14
1
-3
/
+3
*
clang-format: [JS] Support annotated classes.
Daniel Jasper
2016-06-14
1
-1
/
+2
*
clang-format: [JS] Initialize new configuration value.
Martin Probst
2016-06-13
1
-0
/
+2
*
clang-format: [JS] Indent namespaces in JavaScript/TS by default.
Martin Probst
2016-06-13
1
-0
/
+1
*
clang-format: [JS] Introduce JavaScriptWrapImports option.
Martin Probst
2016-06-13
3
-5
/
+10
*
clang-format: Restrict r272537 to function ref qualifiers.
Daniel Jasper
2016-06-13
1
-1
/
+2
*
clang-format: Fix incorrect function type detection.
Daniel Jasper
2016-06-13
1
-6
/
+7
*
clang-format: Don't merge const and &, e.g. in function ref qualifiers.
Daniel Jasper
2016-06-13
1
-1
/
+1
*
clang-format: Fix incorrect cast detection.
Daniel Jasper
2016-06-13
1
-2
/
+2
*
clang-format: Don't indent lambda body relative to its return type.
Daniel Jasper
2016-06-13
1
-5
/
+7
*
clang-format: [JS] post-fix non-null assertion operator.
Martin Probst
2016-06-13
1
-0
/
+5
*
[clang-format] pass Style by reference instead of value.
Eric Liu
2016-06-11
1
-1
/
+1
*
clang-format: [JS] recognized named functions in AnnotatingParser.
Martin Probst
2016-06-09
1
-1
/
+4
*
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: Fix incorrect calculation of "length" of /**/ comments.
Daniel Jasper
2016-06-08
1
-3
/
+6
*
clang-format: Fix bug in function ref qualifier identification.
Daniel Jasper
2016-06-08
1
-4
/
+1
*
[clang-format] make header guard identification stricter (with Lexer).
Eric Liu
2016-06-06
1
-23
/
+51
*
[clang-format] skip empty lines and comments in the top of the code when inse...
Eric Liu
2016-06-03
1
-8
/
+23
*
clang-format: [JS] no ASI on `import {x as\n y}`.
Martin Probst
2016-06-01
2
-6
/
+6
*
clang-format: [JS] Sort imported symbols.
Martin Probst
2016-06-01
2
-24
/
+60
*
Avoid unused variable warning in release builds.
Benjamin Kramer
2016-05-31
1
-0
/
+1
*
[clang-format] insert new #includes into correct blocks when cleaning up Repl...
Eric Liu
2016-05-31
1
-34
/
+177
*
clang-format: Fix segfault introduced by allowing wraps after comments.
Daniel Jasper
2016-05-29
1
-1
/
+2
*
clang-format: [JS] Support shebang lines on the very first line.
Martin Probst
2016-05-29
2
-1
/
+15
*
clang-format: [JS] fix async parsing.
Martin Probst
2016-05-29
1
-4
/
+9
*
clang-format: [JS] FormatToken.startsSequence/endsSequence.
Martin Probst
2016-05-29
2
-40
/
+44
*
clang-format: Allow splitting the line after /**/-comments.
Daniel Jasper
2016-05-27
1
-1
/
+3
*
clang-format: [JS] sort ES6 imports.
Martin Probst
2016-05-20
9
-781
/
+1390
*
clang-format: [JS] Treat "for" as a reserved word after a ".".
Daniel Jasper
2016-05-20
1
-0
/
+3
*
clang-format: [JS] Fix spacing in destructuring assignments.
Daniel Jasper
2016-05-19
1
-1
/
+1
*
clang-format: Fix incorrect indentation in last line of macro definition
Daniel Jasper
2016-05-19
1
-0
/
+2
*
clang-format: Fix enumerator case ranges.
Daniel Jasper
2016-05-19
1
-1
/
+2
*
[clang-format] Make formatReplacements() also sort #includes.
Eric Liu
2016-05-18
1
-1
/
+11
*
[clang-format] Make FormatTokenLess::operator() const.
Eric Liu
2016-05-18
1
-1
/
+1
*
Make clang-format cleaner remove redundant commas in list and redundant colon...
Eric Liu
2016-05-18
2
-4
/
+52
*
clang-format: [JS] simplify logic by parsing forward.
Martin Probst
2016-05-17
1
-65
/
+36
*
clang-format: [JS] fix template string width counting.
Martin Probst
2016-05-17
1
-45
/
+23
*
clang-format: [JS] respect clang-format off when requoting strings.
Martin Probst
2016-05-12
1
-1
/
+1
*
Enable support for __float128 in Clang and enable it on pertinent platforms
Nemanja Ivanovic
2016-05-09
1
-0
/
+1
*
clang-format: Fix space after argument comments.
Daniel Jasper
2016-05-08
1
-1
/
+1
*
clang-format: Support enum type template arguments.
Daniel Jasper
2016-05-08
1
-0
/
+7
*
removed redundant '#'
Eric Liu
2016-04-28
1
-1
/
+0
*
Addressed reviewer's post-submission comments from http://reviews.llvm.org/D1...
Eric Liu
2016-04-28
5
-70
/
+61
*
Addressed review's comments.
Eric Liu
2016-04-28
2
-2
/
+4
*
Added Fixer implementation and fix() interface in clang-format for removing r...
Eric Liu
2016-04-25
5
-258
/
+665
*
clang-format: [JS] generator and async functions.
Martin Probst
2016-04-24
4
-11
/
+35
*
Fixed a bug in AnnotatedLine::startsWith when there are comments in the line.
Eric Liu
2016-04-19
1
-4
/
+13
*
reuse mustBeJSIdent for interface detection
Martin Probst
2016-04-19
1
-7
/
+8
[next]