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: [JS] Optionally re-quote string literals.
Daniel Jasper
2016-03-02
2
-8
/
+96
*
[clang-format] Detect constructor initializers preceded by `noexcept`.
Daniel Jasper
2016-03-01
1
-1
/
+1
*
Add functions to apply replacements and reformat them.
Manuel Klimek
2016-03-01
1
-0
/
+28
*
clang-format: Correctly apply wrap before multi-line RHS rule to
Daniel Jasper
2016-03-01
1
-1
/
+1
*
clang-format: Increase the penalty for breaking between array subscripts.
Daniel Jasper
2016-03-01
1
-1
/
+1
*
clang-format: [JS] Support quoted object literal keys.
Daniel Jasper
2016-03-01
1
-1
/
+2
*
clang-format: Don't format unrelated nested blocks.
Daniel Jasper
2016-02-29
1
-1
/
+3
*
clang-format: [JS] Add @return to the supported JSDoc pragmas in Google
Daniel Jasper
2016-02-22
1
-1
/
+1
*
clang-format: [JS] treat forwardDeclare as an import/export statement.
Daniel Jasper
2016-02-22
1
-1
/
+2
*
clang-format: [JS] Support for (.. of ..) loops.
Daniel Jasper
2016-02-11
2
-1
/
+3
*
clang-format: Make indentation after "<<" more consistent.
Daniel Jasper
2016-02-11
1
-3
/
+9
*
clang-format: Make it more expensive to break template parameters.
Daniel Jasper
2016-02-11
1
-1
/
+1
*
clang-format: Fix weird alignment when not aligning after brackets.
Daniel Jasper
2016-02-08
1
-1
/
+2
*
clang-format: [JS] Don't count shortened object literals as blocks.
Daniel Jasper
2016-02-07
1
-1
/
+1
*
clang-format: [JS] Support @see annotations in JSDoc comments in Google
Daniel Jasper
2016-02-07
1
-1
/
+1
*
clang-format: Fix corner case in template detection.
Daniel Jasper
2016-02-05
2
-7
/
+16
*
clang-format: Fix formatting of ternary expressions with comments.
Daniel Jasper
2016-02-03
1
-4
/
+8
*
clang-format: [JS/TypeScript] Support "enum" as an optional property name, too.
Daniel Jasper
2016-02-03
1
-1
/
+2
*
clang-format: Make AlignAfterOpenBracket also affect angle brackets.
Daniel Jasper
2016-02-02
1
-1
/
+2
*
clang-format: Fix incorrect pointer detection in lambdas in constructor
Daniel Jasper
2016-02-01
1
-2
/
+2
*
clang-format: Add option to disable string literal formatting.
Daniel Jasper
2016-02-01
2
-2
/
+7
*
clang-format: Fix alignment of trailing multiline columns.
Daniel Jasper
2016-02-01
1
-10
/
+14
*
clang-format: [JS] Treat "in" as a proper operator.
Daniel Jasper
2016-02-01
1
-0
/
+10
*
clang-format: [Java] Remove unnecessary line break after complex annotations
Daniel Jasper
2016-01-27
1
-0
/
+1
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-13
/
+0
*
Fix formatting of fully qualified names in array subscripts.
Manuel Klimek
2016-01-19
1
-1
/
+2
*
clang-format: Fix incorrectly enforced linebreak with ColumnLimit 0.
Daniel Jasper
2016-01-14
1
-1
/
+1
*
clang-format: [JS] Fix incorrect line break leading to semicolon insertion.
Daniel Jasper
2016-01-14
1
-0
/
+2
*
clang-format: [ObjC+JS] Allow bin-packing of array literals.
Daniel Jasper
2016-01-13
1
-1
/
+5
*
clang-format: [JS] Support exporting abstract classes.
Daniel Jasper
2016-01-12
1
-0
/
+4
*
clang-format: [JS] Teach clang-format about "export interface".
Daniel Jasper
2016-01-11
1
-1
/
+2
*
[clang-format] Fix comment aligning when there are changes within the comment
Benjamin Kramer
2016-01-11
2
-15
/
+31
*
clang-format: Fix overloading "operator," definitions more thoroughly.
Daniel Jasper
2016-01-11
1
-4
/
+4
*
clang-format: Slightly row back on r257257.
Daniel Jasper
2016-01-11
1
-1
/
+5
*
clang-format: [JS] Improve line-flow when calling functions on array literals.
Daniel Jasper
2016-01-11
1
-4
/
+6
*
clang-format: Fix the counting of leading whitespace in tok::unknown tokens
Daniel Jasper
2016-01-09
1
-0
/
+2
*
Make clang::format::reformat work with non 0-terminated strings.
Daniel Jasper
2016-01-09
1
-2
/
+3
*
clang-format: Improve selective comment formatting.
Daniel Jasper
2016-01-09
1
-7
/
+14
*
clang-format: Fix incorrect line break in certain configurations.
Daniel Jasper
2016-01-09
1
-1
/
+2
*
clang-format: Support definitions/declarations of operator,.
Daniel Jasper
2016-01-09
2
-4
/
+6
*
clang-format: [JS] Support semicolons in TypeScript's TypeMemberLists.
Daniel Jasper
2016-01-09
2
-44
/
+68
*
clang-format: [JS] Prefer wrapping before the TypeScript return type
Daniel Jasper
2016-01-08
1
-1
/
+1
*
clang-format: [JS] Add some Closure Compiler JSDoc tags to the default
Daniel Jasper
2016-01-08
1
-0
/
+1
*
clang-format: [JS] Support more ES6 classes.
Daniel Jasper
2016-01-08
1
-0
/
+2
*
clang-format: Fix corner case in one-per-line formatting.
Daniel Jasper
2016-01-07
1
-1
/
+1
*
clang-format: Support weird lambda macros.
Daniel Jasper
2016-01-07
1
-0
/
+12
*
clang-format: [JS] Support more ES6 imports.
Daniel Jasper
2016-01-07
1
-8
/
+7
*
clang-format: Fix corner case in "if it saves columns"-calculation.
Daniel Jasper
2016-01-05
1
-1
/
+1
*
clang-format: Handle \n the same way as std::endl with stream operator.
Daniel Jasper
2016-01-05
1
-2
/
+4
*
clang-format: Avoid creating hanging indents in call sequences.
Daniel Jasper
2016-01-05
1
-0
/
+10
[next]