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
*
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
*
Improve handling of trailing 'const'.
Daniel Jasper
2013-05-22
1
-4
/
+9
*
Cut-off clang-format analysis.
Daniel Jasper
2013-05-22
1
-2
/
+0
*
Allow breaking before a trailing const.
Daniel Jasper
2013-05-21
1
-1
/
+1
*
Improve recognition of template definitions.
Daniel Jasper
2013-05-15
1
-2
/
+4
*
Improve formatting of function types.
Daniel Jasper
2013-05-15
1
-3
/
+4
*
Fix uninitialized value bug found by valgrind.
Daniel Jasper
2013-05-14
1
-2
/
+0
*
Don't format sizeof/alignof as function types.
Daniel Jasper
2013-05-14
1
-1
/
+3
*
Assume macros to contain declarations.
Daniel Jasper
2013-05-13
1
-0
/
+1
*
Fix bug when formatting overloaded operators.
Daniel Jasper
2013-05-10
1
-1
/
+4
*
Further fix to pointer to member formatting.
Daniel Jasper
2013-05-08
1
-1
/
+2
*
Fix formatting of pointers to members.
Daniel Jasper
2013-05-08
1
-7
/
+6
*
Improve line breaking in binary expressions.
Daniel Jasper
2013-05-08
1
-2
/
+3
*
Correctly recognize dereference after 'delete'.
Daniel Jasper
2013-05-07
1
-3
/
+3
*
Change indentation when breaking after a type.
Daniel Jasper
2013-05-06
1
-16
/
+17
*
Break the class-inheritance ":" to the new line.
Daniel Jasper
2013-05-06
1
-3
/
+1
*
Don't put a space before ellipsis.
Daniel Jasper
2013-05-06
1
-0
/
+2
*
Add space between ; and (.
Daniel Jasper
2013-05-03
1
-1
/
+1
*
Fix expression recognition in for-loops.
Daniel Jasper
2013-05-03
1
-0
/
+3
*
Improve clang-format's memoization behavior.
Daniel Jasper
2013-04-25
1
-0
/
+2
*
Fix formatting of complex #if expressions.
Daniel Jasper
2013-04-23
1
-0
/
+5
*
Change clang-format's affinity for breaking after return types.
Daniel Jasper
2013-04-11
1
-3
/
+7
*
Fix formatting of overloaded assignment operators.
Daniel Jasper
2013-04-11
1
-1
/
+2
*
Fix labels with trailing comments and cleanup.
Daniel Jasper
2013-04-10
1
-50
/
+39
*
Revamp indentation behavior for complex binary expressions.
Daniel Jasper
2013-04-08
1
-17
/
+26
*
Revert accidental commit r179015.
Daniel Jasper
2013-04-08
1
-25
/
+10
*
x
Daniel Jasper
2013-04-08
1
-10
/
+25
[next]