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
*
Unified token breaking logic: support for line comments.
Alexander Kornienko
2013-04-17
1
-22
/
+15
*
Break after multiline parameters.
Daniel Jasper
2013-04-15
1
-1
/
+3
*
Fix unused variable warning with assertions disabled.
Alexander Kornienko
2013-04-15
1
-3
/
+4
*
Unified token breaking logic for strings and block comments.
Alexander Kornienko
2013-04-15
1
-466
/
+71
*
Revamps structural error detection / handling.
Manuel Klimek
2013-04-12
1
-9
/
+10
*
Change clang-format's affinity for breaking after return types.
Daniel Jasper
2013-04-11
1
-3
/
+3
*
Fix labels with trailing comments and cleanup.
Daniel Jasper
2013-04-10
1
-14
/
+9
*
Fix comments before labels.
Daniel Jasper
2013-04-09
1
-6
/
+13
*
Revamp indentation behavior for complex binary expressions.
Daniel Jasper
2013-04-08
1
-23
/
+36
*
Revert accidental commit r179015.
Daniel Jasper
2013-04-08
1
-12
/
+14
*
x
Daniel Jasper
2013-04-08
1
-14
/
+12
*
Improve formatting of multi-variable DeclStmts.
Daniel Jasper
2013-04-05
1
-3
/
+12
*
Fix bug discovered with address sanitizer.
Daniel Jasper
2013-04-04
1
-2
/
+2
*
Improve formatting of for loops and multi-variable DeclStmts.
Daniel Jasper
2013-04-03
1
-17
/
+20
*
Cleanup, add comments and address review comments.
Daniel Jasper
2013-04-03
1
-9
/
+18
*
Fix some inconsistent use of indentation.
Daniel Jasper
2013-04-02
1
-15
/
+39
*
Improve formatting of function types.
Daniel Jasper
2013-04-01
1
-1
/
+0
*
Insert extra new line before access specifiers.
Alexander Kornienko
2013-03-27
1
-18
/
+15
*
Split line comments
Alexander Kornienko
2013-03-27
1
-33
/
+86
*
Align comments to surrounding unformatted comments.
Daniel Jasper
2013-03-22
1
-3
/
+18
*
Make clang-format understand more line comments.
Daniel Jasper
2013-03-22
1
-0
/
+1
*
Better block comment formatting.
Alexander Kornienko
2013-03-21
1
-29
/
+35
*
Remove assertion that can be triggered on bad input.
Daniel Jasper
2013-03-20
1
-2
/
+1
*
Do not consider comments when adjusting to local indent style.
Daniel Jasper
2013-03-20
1
-1
/
+2
*
Reduce penalty for breaks after "(" for functions with parameters.
Daniel Jasper
2013-03-20
1
-2
/
+2
*
Add extra indentation for multiline comparisons.
Daniel Jasper
2013-03-20
1
-11
/
+16
*
Split long lines in multi-line comments.
Alexander Kornienko
2013-03-19
1
-57
/
+147
*
Improve formatting of chained calls.
Daniel Jasper
2013-03-15
1
-8
/
+16
*
Indent all lines in a multi-line comment by the same amount.
Alexander Kornienko
2013-03-15
1
-19
/
+17
*
Multi-line comment alignment
Alexander Kornienko
2013-03-14
1
-12
/
+45
*
Basic support for formatting asm() statments.
Daniel Jasper
2013-03-14
1
-2
/
+2
*
Fix comment indentation before labels.
Daniel Jasper
2013-03-13
1
-0
/
+7
*
Added AnnotatedToken::isOneOf + a few other refactorings
Alexander Kornienko
2013-03-13
1
-77
/
+65
*
Fix formatting of new arrays of pointers.
Daniel Jasper
2013-03-13
1
-6
/
+6
*
Fixes breaking of string literals.
Manuel Klimek
2013-03-08
1
-2
/
+56
*
Remove unncessary whitespace when triggered on empty line.
Daniel Jasper
2013-03-07
1
-10
/
+22
*
Make sure to not split string literals at the first character.
Manuel Klimek
2013-03-04
1
-2
/
+2
*
Format a line if a range in its leading whitespace was selected.
Daniel Jasper
2013-03-04
1
-1
/
+5
*
Remove whitespace at end of file.
Daniel Jasper
2013-03-01
1
-1
/
+9
*
Normal indent for last element of builder-type call.
Daniel Jasper
2013-03-01
1
-5
/
+13
*
Remove trailing whitespace of line comments.
Daniel Jasper
2013-03-01
1
-14
/
+29
*
Implements breaking string literals at slashes.
Manuel Klimek
2013-03-01
1
-6
/
+11
*
Implement fallback split point for string literals.
Manuel Klimek
2013-03-01
1
-2
/
+7
*
Improve formatting of #defines.
Daniel Jasper
2013-02-28
1
-5
/
+10
*
Fix bug when formatting "A<A<A>>".
Daniel Jasper
2013-02-28
1
-0
/
+1
*
Fix incorrect recognition of bin-packing.
Daniel Jasper
2013-02-28
1
-1
/
+2
*
Enable bin-packing in Google style.
Daniel Jasper
2013-02-27
1
-1
/
+7
*
Only keep empty lines in unwrapped lines if they preceed a line comment.
Daniel Jasper
2013-02-26
1
-3
/
+5
*
Only break string literals as a last resort.
Daniel Jasper
2013-02-26
1
-1
/
+1
*
Re-add hack that caused regression.
Daniel Jasper
2013-02-25
1
-1
/
+3
[next]