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
*
Split UnwrappedLineFormatter into individual components.
Daniel Jasper
2013-08-16
4
-901
/
+1004
*
clang-format: Add option for the offset of constructor initializers.
Daniel Jasper
2013-08-13
1
-2
/
+11
*
clang-format: Improve boolean expression formatting in macros.
Daniel Jasper
2013-08-13
1
-1
/
+2
*
clang-format: Slightly adapt line break penalties.
Daniel Jasper
2013-08-13
1
-1
/
+1
*
clang-format: Improve stream-formatting.
Daniel Jasper
2013-08-12
1
-4
/
+6
*
clang-format: Correctly format alias declarations.
Daniel Jasper
2013-08-12
2
-7
/
+8
*
This change fixes the formatting of statements such as catch (E& e).
Manuel Klimek
2013-08-12
1
-1
/
+2
*
Revert r187935 "Support for double width characters."
Arnold Schwaighofer
2013-08-08
1
-20
/
+9
*
Support for double width characters.
Alexander Kornienko
2013-08-07
1
-9
/
+20
*
Fixes a couple of bugs with the Allman brace breaking.
Manuel Klimek
2013-08-07
2
-0
/
+5
*
clang-format: Fix corner case in OpenMP pragma formatting.
Daniel Jasper
2013-08-07
1
-1
/
+2
*
clang-format: Improve formatting of builder-type calls.
Daniel Jasper
2013-08-07
1
-2
/
+0
*
Implement Allman style.
Manuel Klimek
2013-08-02
2
-6
/
+29
*
clang-format: Fix string breaking after "<<".
Daniel Jasper
2013-08-02
1
-1
/
+1
*
clang-format: Operator precendence in ObjC method exprs.
Daniel Jasper
2013-08-01
1
-0
/
+5
*
clang-format: Don't break empty 2nd operand of ternary expr.
Daniel Jasper
2013-08-01
2
-4
/
+8
*
Teach clang-format to understand static_asserts better.
Daniel Jasper
2013-08-01
2
-1
/
+4
*
clang-format: Improve line breaks in @property.
Daniel Jasper
2013-08-01
1
-1
/
+3
*
clang-format: Make alignment of trailing comments optional ..
Daniel Jasper
2013-07-31
2
-3
/
+7
*
clang-format: Add more options to namespace indentation.
Daniel Jasper
2013-07-31
3
-9
/
+29
*
clang-format: Improve detection of templates.
Daniel Jasper
2013-07-30
1
-1
/
+1
*
clang-format: Add two new style options to support WebKit style.
Daniel Jasper
2013-07-26
3
-41
/
+82
*
clang-format: Fix switch/case interaction with macros.
Daniel Jasper
2013-07-25
1
-5
/
+14
*
clang-format: Initial (incomplete) support for the WebKit coding style.
Daniel Jasper
2013-07-24
1
-0
/
+28
*
clang-format: Fix bad line break with pointers to members.
Daniel Jasper
2013-07-18
1
-1
/
+1
*
clang-format: Add space in corner case.
Daniel Jasper
2013-07-17
1
-0
/
+4
*
Improve line breaking before multi-line strings.
Daniel Jasper
2013-07-17
2
-9
/
+11
*
Avoid breaking non-trailing block comments.
Alexander Kornienko
2013-07-16
1
-1
/
+1
*
Don't break line comments with escaped newlines.
Alexander Kornienko
2013-07-16
2
-2
/
+25
*
clang-format: Improve handling of unterminated string literals.
Daniel Jasper
2013-07-16
3
-29
/
+44
*
Revamp the formatting of C++11 braced init lists.
Daniel Jasper
2013-07-16
2
-7
/
+9
*
clang-format: Improve detection of function types.
Daniel Jasper
2013-07-16
1
-1
/
+3
*
clang-format: Improve c-style cast detection.
Daniel Jasper
2013-07-15
1
-2
/
+3
*
Improvement of change r186320.
Daniel Jasper
2013-07-15
2
-8
/
+8
*
Improve formatting of operator<< chains.
Daniel Jasper
2013-07-15
2
-2
/
+2
*
Add 'static' and 'const' qualifiers to some arrays of strings.
Craig Topper
2013-07-15
1
-1
/
+1
*
clang-format: Improve <<-formatting.
Daniel Jasper
2013-07-12
1
-0
/
+5
*
clang-format: Fix string literal breaking.
Daniel Jasper
2013-07-12
1
-3
/
+7
*
clang-format: Break before/between array subscript expressions.
Daniel Jasper
2013-07-12
2
-3
/
+26
*
clang-format: Fix bug concerning the alignment of "}".
Daniel Jasper
2013-07-11
1
-1
/
+1
*
clang-format: Break before trailing annotations.
Daniel Jasper
2013-07-11
1
-2
/
+4
*
clang-format: Avoid line breaks before the first <<.
Daniel Jasper
2013-07-11
1
-9
/
+27
*
Improve detection of trailing return types.
Daniel Jasper
2013-07-11
1
-1
/
+2
*
Fix indentation problem for comments in call chains
Daniel Jasper
2013-07-11
1
-1
/
+2
*
Keep trailing annotations close to their argument.
Daniel Jasper
2013-07-11
1
-0
/
+2
*
Add experimental flag for adaptive parameter bin-packing.
Daniel Jasper
2013-07-10
3
-12
/
+62
*
Initial support for formatting trailing return types.
Daniel Jasper
2013-07-09
3
-3
/
+13
*
Avoid confusing indentations for chained function calls.
Daniel Jasper
2013-07-09
1
-4
/
+18
*
Fix alignment of closing brace in braced initializers.
Daniel Jasper
2013-07-09
4
-33
/
+36
*
Format overloaded operators like other functions.
Daniel Jasper
2013-07-09
2
-5
/
+8
[next]