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: 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
*
clang-format: [JS] support `interface` as a free standing identifier.
Martin Probst
2016-04-19
1
-0
/
+15
*
clang-format: [JS] simplify import/export.
Martin Probst
2016-04-19
1
-9
/
+9
*
clang-format: Improve heuristics to detect function declarations/definitions.
Daniel Jasper
2016-04-18
1
-4
/
+14
*
Add missing include for StringRef (NFC)
Mehdi Amini
2016-04-18
1
-0
/
+1
*
Revert 266186 as it breaks anything that includes type_traits on some platforms
Nemanja Ivanovic
2016-04-15
1
-1
/
+0
*
clang-format: Last line in incomplete block is indented incorrectly
Marianne Mailhot-Sarrasin
2016-04-14
1
-0
/
+3
*
clang-format: Implemented tab usage for continuation and indentation
Marianne Mailhot-Sarrasin
2016-04-14
2
-0
/
+10
*
clang-format: Allow include of clangFormat.h in managed context
Marianne Mailhot-Sarrasin
2016-04-14
1
-0
/
+1
*
Enable support for __float128 in Clang
Nemanja Ivanovic
2016-04-13
1
-0
/
+1
*
[clang-format] Walk backwards from end() instead of forwards from rend().
Benjamin Kramer
2016-04-11
1
-1
/
+1
*
clang-format: [JS] do not insert semicolons after wrapped annotations.
Martin Probst
2016-04-11
1
-0
/
+7
*
clang-format: Fix label-in-if statement in macros where it is actually used.
Daniel Jasper
2016-04-06
1
-1
/
+3
*
clang-format: Support labels in brace-less ifs.
Daniel Jasper
2016-04-06
1
-0
/
+3
*
clang-format: Fix incorrect function annotation detection.
Daniel Jasper
2016-04-06
1
-1
/
+2
*
clang-format: Fix cast detection on "this".
Daniel Jasper
2016-04-05
1
-3
/
+3
*
Added formatAndApplyAllReplacements that works on multiple files in libTooling.
Eric Liu
2016-03-29
1
-11
/
+1
*
Added support for different VFSs in format::getStyle. Disable platform-relate...
Eric Liu
2016-03-24
1
-8
/
+17
*
Revert "Added support for different VFSs in format::getStyle."
Eric Liu
2016-03-24
1
-17
/
+7
*
Revert "removed redundant comment in format::getStyle."
Eric Liu
2016-03-24
1
-7
/
+17
*
Revert "Added support for different VFSs in format::getStyle."
Eric Liu
2016-03-24
1
-17
/
+7
*
Revert "removed redundant comment in format::getStyle."
Eric Liu
2016-03-24
1
-1
/
+2
*
removed redundant comment in format::getStyle.
Eric Liu
2016-03-24
1
-2
/
+1
*
Added support for different VFSs in format::getStyle.
Eric Liu
2016-03-24
1
-7
/
+17
*
Test commit access to clang repo.
Eric Liu
2016-03-24
1
-0
/
+1
*
clang-format: [JS] do not wrap ES6 imports/exports.
Daniel Jasper
2016-03-22
2
-5
/
+23
*
clang-format: [JS] no space in union and intersection types.
Daniel Jasper
2016-03-21
2
-0
/
+14
*
clang-format: Make include sorting's main include detection configurable.
Daniel Jasper
2016-03-21
1
-2
/
+9
*
clang-format: [JS] Make requoting of JavaScript string literals only
Daniel Jasper
2016-03-17
1
-78
/
+88
[next]