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 boolean expression formatting in macros.
Daniel Jasper
2013-08-13
1
-1
/
+2
*
clang-format: Slightly adapt line break penalties.
Daniel Jasper
2013-08-13
1
-1
/
+1
*
clang-format: Correctly format alias declarations.
Daniel Jasper
2013-08-12
1
-5
/
+6
*
This change fixes the formatting of statements such as catch (E& e).
Manuel Klimek
2013-08-12
1
-1
/
+2
*
clang-format: Fix corner case in OpenMP pragma formatting.
Daniel Jasper
2013-08-07
1
-1
/
+2
*
clang-format: Improve formatting of builder-type calls.
Daniel Jasper
2013-08-07
1
-2
/
+0
*
clang-format: Operator precendence in ObjC method exprs.
Daniel Jasper
2013-08-01
1
-0
/
+5
*
clang-format: Don't break empty 2nd operand of ternary expr.
Daniel Jasper
2013-08-01
1
-3
/
+6
*
Teach clang-format to understand static_asserts better.
Daniel Jasper
2013-08-01
1
-0
/
+3
*
clang-format: Improve line breaks in @property.
Daniel Jasper
2013-08-01
1
-1
/
+3
*
clang-format: Improve detection of templates.
Daniel Jasper
2013-07-30
1
-1
/
+1
*
clang-format: Add two new style options to support WebKit style.
Daniel Jasper
2013-07-26
1
-3
/
+19
*
clang-format: Fix bad line break with pointers to members.
Daniel Jasper
2013-07-18
1
-1
/
+1
*
clang-format: Add space in corner case.
Daniel Jasper
2013-07-17
1
-0
/
+4
*
Improve line breaking before multi-line strings.
Daniel Jasper
2013-07-17
1
-9
/
+3
*
Don't break line comments with escaped newlines.
Alexander Kornienko
2013-07-16
1
-2
/
+3
*
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
[next]