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
...
*
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
*
Allow breaking after 'class' for classes with looong names.
Daniel Jasper
2013-04-05
1
-1
/
+4
*
Fix bad formatting of overloaded operator definitions.
Daniel Jasper
2013-04-05
1
-1
/
+2
*
Improve formatting of for loops and multi-variable DeclStmts.
Daniel Jasper
2013-04-03
1
-2
/
+43
*
Improve formatting of function types.
Daniel Jasper
2013-04-01
1
-8
/
+4
*
Better fix for r177725.
Daniel Jasper
2013-03-22
1
-5
/
+1
*
More precisely recognize ObjC method declarations.
Daniel Jasper
2013-03-22
1
-3
/
+5
*
Support for pointers-to-members usage via .*
Alexander Kornienko
2013-03-20
1
-2
/
+4
*
Reduce penalty for breaks after "(" for functions with parameters.
Daniel Jasper
2013-03-20
1
-1
/
+1
*
Add extra indentation for multiline comparisons.
Daniel Jasper
2013-03-20
1
-2
/
+2
*
Improve formatting of function types in template parameters.
Daniel Jasper
2013-03-20
1
-3
/
+9
*
Fix clang-format segfault.
Daniel Jasper
2013-03-18
1
-0
/
+2
*
Slightly improve formatting of longer pipe statements.
Daniel Jasper
2013-03-14
1
-4
/
+5
*
Basic support for formatting asm() statments.
Daniel Jasper
2013-03-14
1
-16
/
+24
*
Fix dereference formatting in for-loops.
Daniel Jasper
2013-03-14
1
-1
/
+1
*
Improve formatting of trailing annotations.
Daniel Jasper
2013-03-14
1
-4
/
+4
*
Fix incorrect cast identification.
Daniel Jasper
2013-03-13
1
-2
/
+6
*
Fix formatting issue with builder-type calls.
Daniel Jasper
2013-03-13
1
-1
/
+1
*
Added AnnotatedToken::isOneOf + a few other refactorings
Alexander Kornienko
2013-03-13
1
-87
/
+69
*
Fix formatting of new arrays of pointers.
Daniel Jasper
2013-03-13
1
-9
/
+14
*
Implemented formatting of rvalue references
Alexander Kornienko
2013-03-12
1
-12
/
+10
*
Remove bad space after "default".
Daniel Jasper
2013-03-12
1
-1
/
+2
*
Correctly format arrays of pointers and function types.
Daniel Jasper
2013-03-01
1
-0
/
+8
*
Normal indent for last element of builder-type call.
Daniel Jasper
2013-03-01
1
-3
/
+8
*
Reduce penalty for splitting after "{" in static initializers.
Daniel Jasper
2013-02-28
1
-3
/
+1
[prev]
[next]