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
*
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
*
Don't remove backslashes from block comments.
Alexander Kornienko
2013-06-14
1
-19
/
+13
*
Preserve newlines before block comments in static initializers.
Alexander Kornienko
2013-06-12
1
-1
/
+1
*
Improved handling of escaped newlines at the token start.
Alexander Kornienko
2013-06-07
1
-33
/
+16
*
Fixed calculation of penalty when breaking tokens.
Alexander Kornienko
2013-06-07
1
-4
/
+18
*
UTF-8 support for clang-format.
Alexander Kornienko
2013-06-05
1
-37
/
+56
*
Let clang-format remove empty lines before "}".
Daniel Jasper
2013-06-03
1
-0
/
+5
*
Improve detection preventing certain kind of formatting patterns.
Daniel Jasper
2013-06-03
1
-14
/
+13
*
Fix line-breaking problem caused by comment.
Daniel Jasper
2013-06-03
1
-0
/
+1
*
Make formatting of empty blocks more consistent.
Daniel Jasper
2013-05-31
1
-4
/
+5
*
Use a non-recursive implementation to reconstruct line breaks.
Manuel Klimek
2013-05-29
1
-16
/
+17
*
The second step in the token refactoring.
Manuel Klimek
2013-05-29
1
-156
/
+137
*
Add option to always break template declarations.
Daniel Jasper
2013-05-29
1
-0
/
+4
*
Make UnwrappedLines and AnnotatedToken contain pointers to FormatToken.
Manuel Klimek
2013-05-28
1
-57
/
+65
*
A first step towards giving format tokens pointer identity.
Manuel Klimek
2013-05-28
1
-42
/
+55
*
Initial support for designated initializers.
Daniel Jasper
2013-05-28
1
-3
/
+7
*
Fix formatting of expressions containing ">>".
Daniel Jasper
2013-05-28
1
-0
/
+1
[next]