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
/
Format.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Work around unused variable warning in release builds.
Daniel Jasper
2013-08-22
1
-0
/
+1
*
clang-format: Add column layout formatting for braced lists
Daniel Jasper
2013-08-22
1
-8
/
+3
*
clang-format: Indent relative to unary operators.
Daniel Jasper
2013-08-21
1
-4
/
+3
*
clang-format: Additional options for spaces around parentheses.
Daniel Jasper
2013-08-20
1
-0
/
+15
*
Split UnwrappedLineFormatter into individual components.
Daniel Jasper
2013-08-16
1
-901
/
+56
*
clang-format: Add option for the offset of constructor initializers.
Daniel Jasper
2013-08-13
1
-2
/
+11
*
clang-format: Improve stream-formatting.
Daniel Jasper
2013-08-12
1
-4
/
+6
*
clang-format: Correctly format alias declarations.
Daniel Jasper
2013-08-12
1
-2
/
+2
*
Fixes a couple of bugs with the Allman brace breaking.
Manuel Klimek
2013-08-07
1
-0
/
+3
*
Implement Allman style.
Manuel Klimek
2013-08-02
1
-0
/
+1
*
clang-format: Fix string breaking after "<<".
Daniel Jasper
2013-08-02
1
-1
/
+1
*
clang-format: Don't break empty 2nd operand of ternary expr.
Daniel Jasper
2013-08-01
1
-1
/
+2
*
Teach clang-format to understand static_asserts better.
Daniel Jasper
2013-08-01
1
-1
/
+1
*
clang-format: Make alignment of trailing comments optional ..
Daniel Jasper
2013-07-31
1
-0
/
+4
*
clang-format: Add more options to namespace indentation.
Daniel Jasper
2013-07-31
1
-2
/
+19
*
clang-format: Add two new style options to support WebKit style.
Daniel Jasper
2013-07-26
1
-38
/
+62
*
clang-format: Initial (incomplete) support for the WebKit coding style.
Daniel Jasper
2013-07-24
1
-0
/
+28
*
Improve line breaking before multi-line strings.
Daniel Jasper
2013-07-17
1
-0
/
+8
*
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
1
-0
/
+22
*
clang-format: Improve handling of unterminated string literals.
Daniel Jasper
2013-07-16
1
-20
/
+32
*
Revamp the formatting of C++11 braced init lists.
Daniel Jasper
2013-07-16
1
-6
/
+8
*
Improvement of change r186320.
Daniel Jasper
2013-07-15
1
-6
/
+6
*
Improve formatting of operator<< chains.
Daniel Jasper
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
1
-2
/
+23
*
clang-format: Fix bug concerning the alignment of "}".
Daniel Jasper
2013-07-11
1
-1
/
+1
*
clang-format: Avoid line breaks before the first <<.
Daniel Jasper
2013-07-11
1
-9
/
+27
*
Fix indentation problem for comments in call chains
Daniel Jasper
2013-07-11
1
-1
/
+2
*
Add experimental flag for adaptive parameter bin-packing.
Daniel Jasper
2013-07-10
1
-4
/
+27
*
Initial support for formatting trailing return types.
Daniel Jasper
2013-07-09
1
-1
/
+1
*
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
1
-1
/
+4
*
Format overloaded operators like other functions.
Daniel Jasper
2013-07-09
1
-3
/
+6
*
Reformat clang-format's source files after r185822 and others.
Daniel Jasper
2013-07-08
1
-6
/
+6
*
Prefer similar line breaks.
Daniel Jasper
2013-07-08
1
-9
/
+15
*
Use SmallVectorImpl::reverse_iterator instead of SmallVector to avoid specify...
Craig Topper
2013-07-08
1
-1
/
+1
*
Improve detection for preventing certain kind of formatting patterns.
Daniel Jasper
2013-07-05
1
-14
/
+16
*
Fixed typo: NoneComment -> NonComment, no other changes.
Alexander Kornienko
2013-07-04
1
-10
/
+10
*
Added AlwaysBreakBeforeMultilineStrings option.
Alexander Kornienko
2013-07-04
1
-0
/
+4
*
Don't insert confusing line breaks in comparisons.
Daniel Jasper
2013-07-03
1
-2
/
+16
*
Avoid column limit violation in block comments in certain cases.
Alexander Kornienko
2013-07-01
1
-4
/
+10
*
Put helper classes into anonymous namespace.
Craig Topper
2013-06-30
1
-0
/
+4
*
Use lexing mode based on FormatStyle.Standard.
Alexander Kornienko
2013-06-28
1
-3
/
+4
*
Fix a comment.
Nico Weber
2013-06-26
1
-1
/
+1
*
Run clang-format on lib/Format code after r184894. No other changes.
Nico Weber
2013-06-26
1
-5
/
+5
*
Add an option to not indent declarations when breaking after the type.
Manuel Klimek
2013-06-21
1
-1
/
+6
*
Fixed long-standing issue with incorrect length calculation of multi-line com...
Alexander Kornienko
2013-06-19
1
-5
/
+5
*
Fixes incorrect indentation of line comments after break and re-alignment.
Alexander Kornienko
2013-06-17
1
-2
/
+8
[next]