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
*
Fix a problem in ExpressionParser leading to trailing comments affecting inde...
Alexander Kornienko
2013-06-17
1
-7
/
+4
*
Fixes incorrect indentation of line comments after break and re-alignment.
Alexander Kornienko
2013-06-17
2
-6
/
+15
*
Don't remove backslashes from block comments.
Alexander Kornienko
2013-06-14
3
-50
/
+51
*
Preserve newlines before block comments in static initializers.
Alexander Kornienko
2013-06-12
2
-2
/
+2
*
Insert a space at the start of a line comment in case it starts with an alpha...
Alexander Kornienko
2013-06-11
4
-44
/
+84
*
Improved handling of escaped newlines at the token start.
Alexander Kornienko
2013-06-07
2
-44
/
+21
*
Fixed calculation of penalty when breaking tokens.
Alexander Kornienko
2013-06-07
4
-29
/
+48
*
Fix incorrect line breaking before trailing block comments.
Daniel Jasper
2013-06-06
1
-1
/
+1
*
Fix clang-format's expression parser for leading }s.
Daniel Jasper
2013-06-06
1
-1
/
+5
*
Improve c-style cast detection.
Daniel Jasper
2013-06-06
1
-1
/
+4
*
UTF-8 support for clang-format.
Alexander Kornienko
2013-06-05
7
-167
/
+282
*
Moved FormatToken to a separate header.
Alexander Kornienko
2013-06-03
2
-255
/
+282
*
Let clang-format remove empty lines before "}".
Daniel Jasper
2013-06-03
2
-1
/
+6
*
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
*
Improve recognition of template parameters.
Daniel Jasper
2013-06-01
1
-1
/
+8
*
Improve clang-format's c-style cast detection.
Daniel Jasper
2013-05-31
1
-11
/
+27
*
Improve clang-format's error recovery.
Daniel Jasper
2013-05-31
1
-13
/
+16
*
Make formatting of empty blocks more consistent.
Daniel Jasper
2013-05-31
1
-4
/
+5
*
Properly format nested conditional operators.
Daniel Jasper
2013-05-31
1
-5
/
+27
*
Fix detection/formatting of braced lists in ternary expressions.
Daniel Jasper
2013-05-31
1
-2
/
+2
*
More fixes for clang-format's multiline comment breaking.
Daniel Jasper
2013-05-30
1
-3
/
+1
*
Fix another clang-format crasher related to multi-line comments.
Daniel Jasper
2013-05-30
1
-0
/
+3
*
Add asserts to guard against regressions.
Manuel Klimek
2013-05-30
1
-0
/
+2
*
Fix crasher when formatting certain block comments.
Daniel Jasper
2013-05-30
1
-0
/
+5
*
Fixes error when splitting block comments.
Manuel Klimek
2013-05-29
1
-2
/
+10
*
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
6
-582
/
+513
*
Add return missing in r182855.
Daniel Jasper
2013-05-29
1
-0
/
+1
*
Leave some macros on their own line
Daniel Jasper
2013-05-29
1
-1
/
+7
*
Add option to always break template declarations.
Daniel Jasper
2013-05-29
2
-0
/
+7
*
Remove obsolete variable as discovered in post-commit review.
Daniel Jasper
2013-05-28
1
-4
/
+0
*
Support uniform inits in braced lists.
Daniel Jasper
2013-05-28
1
-5
/
+0
*
Fix formatting regression regarding pointers to arrays.
Daniel Jasper
2013-05-28
1
-1
/
+1
*
Make UnwrappedLines and AnnotatedToken contain pointers to FormatToken.
Manuel Klimek
2013-05-28
6
-109
/
+123
*
A first step towards giving format tokens pointer identity.
Manuel Klimek
2013-05-28
3
-190
/
+199
*
Initial support for designated initializers.
Daniel Jasper
2013-05-28
3
-11
/
+22
*
Disable tab expansion when counting the columns in block comments.
Manuel Klimek
2013-05-28
1
-10
/
+8
*
Fixes indentation of empty lines in block comments.
Manuel Klimek
2013-05-28
1
-2
/
+11
*
Clean up formatting of function types.
Daniel Jasper
2013-05-28
2
-12
/
+11
*
Fix formatting of expressions containing ">>".
Daniel Jasper
2013-05-28
1
-0
/
+1
*
Remove unreachable return
David Blaikie
2013-05-27
1
-1
/
+0
*
Improve formatting of templates.
Daniel Jasper
2013-05-27
1
-1
/
+2
*
Major refactoring of BreakableToken.
Manuel Klimek
2013-05-27
6
-344
/
+445
*
Improve indentation of assignments.
Daniel Jasper
2013-05-27
1
-1
/
+4
*
Address post-review comment from dblakie.
Manuel Klimek
2013-05-27
1
-1
/
+1
*
Fix hacky way of preventing a certain type of line break.
Daniel Jasper
2013-05-27
1
-10
/
+17
*
Formatter/ObjC: In dictionary literals, break after ':', not before it.
Nico Weber
2013-05-26
2
-5
/
+21
*
Ignore contents of #if 0 blocks.
Alexander Kornienko
2013-05-24
2
-1
/
+80
*
More tests and a fix for braced init lists.
Daniel Jasper
2013-05-23
1
-2
/
+2
[next]