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
/
TokenAnnotator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
clang-format: Improve handling of unterminated string literals.
Daniel Jasper
2013-07-16
1
-4
/
+3
*
Revamp the formatting of C++11 braced init lists.
Daniel Jasper
2013-07-16
1
-1
/
+1
*
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
1
-2
/
+2
*
Improve formatting of operator<< chains.
Daniel Jasper
2013-07-15
1
-1
/
+1
*
clang-format: Break before/between array subscript expressions.
Daniel Jasper
2013-07-12
1
-1
/
+3
*
clang-format: Break before trailing annotations.
Daniel Jasper
2013-07-11
1
-2
/
+4
*
Improve detection of trailing return types.
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
1
-5
/
+22
*
Initial support for formatting trailing return types.
Daniel Jasper
2013-07-09
1
-2
/
+11
*
Format overloaded operators like other functions.
Daniel Jasper
2013-07-09
1
-2
/
+2
*
Fix incorrect incorrect cast identification in clang-format.
Daniel Jasper
2013-07-08
1
-0
/
+1
*
Reformat clang-format's source files after r185822 and others.
Daniel Jasper
2013-07-08
1
-11
/
+10
*
Fix formatting for allocation of new pointer variables.
Daniel Jasper
2013-07-05
1
-1
/
+2
*
Don't break after a "(" following a binary operator.
Daniel Jasper
2013-07-05
1
-4
/
+10
*
Fixed typo: NoneComment -> NonComment, no other changes.
Alexander Kornienko
2013-07-04
1
-14
/
+14
*
Added AlwaysBreakBeforeMultilineStrings option.
Alexander Kornienko
2013-07-04
1
-0
/
+7
*
Fix formatting of long declarations with const type.
Daniel Jasper
2013-07-02
1
-7
/
+28
*
Don't add an extra space before ellipsis after pointers.
Daniel Jasper
2013-07-01
1
-2
/
+2
*
Keep space between pointer and block comment.
Daniel Jasper
2013-07-01
1
-1
/
+1
*
Put helper classes in an anonymous namespace.
Craig Topper
2013-07-01
1
-0
/
+4
*
Run clang-format on lib/Format code after r184894. No other changes.
Nico Weber
2013-06-26
1
-2
/
+2
*
Formatter: Don't put a space after parameter-naming block comments.
Nico Weber
2013-06-26
1
-0
/
+2
*
Formatter/ObjC: Correctly format casts in objc message send expressions.
Nico Weber
2013-06-25
1
-3
/
+2
*
Fix a problem in ExpressionParser leading to trailing comments affecting inde...
Alexander Kornienko
2013-06-17
1
-7
/
+4
*
Preserve newlines before block comments in static initializers.
Alexander Kornienko
2013-06-12
1
-1
/
+1
*
Fixed calculation of penalty when breaking tokens.
Alexander Kornienko
2013-06-07
1
-7
/
+10
*
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
1
-23
/
+16
*
Let clang-format remove empty lines before "}".
Daniel Jasper
2013-06-03
1
-1
/
+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
*
Properly format nested conditional operators.
Daniel Jasper
2013-05-31
1
-5
/
+27
*
The second step in the token refactoring.
Manuel Klimek
2013-05-29
1
-229
/
+168
*
Add option to always break template declarations.
Daniel Jasper
2013-05-29
1
-0
/
+3
*
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
1
-33
/
+34
*
Initial support for designated initializers.
Daniel Jasper
2013-05-28
1
-8
/
+14
*
Clean up formatting of function types.
Daniel Jasper
2013-05-28
1
-6
/
+8
*
Improve formatting of templates.
Daniel Jasper
2013-05-27
1
-1
/
+2
*
Formatter/ObjC: In dictionary literals, break after ':', not before it.
Nico Weber
2013-05-26
1
-5
/
+20
*
More tests and a fix for braced init lists.
Daniel Jasper
2013-05-23
1
-2
/
+2
*
Improve formatting of braced lists.
Daniel Jasper
2013-05-23
1
-4
/
+3
*
Improve formatting of braced lists.
Daniel Jasper
2013-05-23
1
-0
/
+5
*
Makes whitespace management more consistent.
Manuel Klimek
2013-05-22
1
-3
/
+20
*
Improve clang-format's stream formatting.
Daniel Jasper
2013-05-22
1
-1
/
+1
[prev]
[next]