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
*
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
*
Dont break between (( in __attribute__((.
Daniel Jasper
2013-02-28
1
-1
/
+4
*
No spaces around pointers to members.
Daniel Jasper
2013-02-28
1
-2
/
+5
*
Fix spacing after binary operator as macro parameter.
Daniel Jasper
2013-02-28
1
-1
/
+2
*
Fix formatting of multiplications in array subscripts.
Daniel Jasper
2013-02-27
1
-0
/
+3
*
Fix bad line break decision.
Daniel Jasper
2013-02-26
1
-3
/
+3
*
In range-based for-loops, prefer splitting after ":".
Daniel Jasper
2013-02-26
1
-1
/
+1
*
Only keep empty lines in unwrapped lines if they preceed a line comment.
Daniel Jasper
2013-02-26
1
-2
/
+0
*
Allow breaking between a type and name in variable declarations.
Daniel Jasper
2013-02-24
1
-32
/
+20
*
Better formatting of conditional expressions.
Daniel Jasper
2013-02-23
1
-8
/
+24
*
Don't recognize unnamed pointer parameters as casts.
Daniel Jasper
2013-02-23
1
-1
/
+2
*
Allow splitting between string literals and identifiers.
Daniel Jasper
2013-02-23
1
-0
/
+6
*
Remove accidentally introduced no-op line.
Daniel Jasper
2013-02-21
1
-1
/
+0
*
Consistently put {} onto the same line for empty functions.
Daniel Jasper
2013-02-21
1
-2
/
+2
*
Allow breaking between type and name in for loops.
Daniel Jasper
2013-02-21
1
-3
/
+10
*
Don't remove blank lines within unwrapped lines.
Daniel Jasper
2013-02-20
1
-1
/
+3
*
Add missing clang-format null pointer check..
Daniel Jasper
2013-02-19
1
-1
/
+2
*
Correctly format macro with unfinished template declaration.
Daniel Jasper
2013-02-19
1
-1
/
+2
*
Improve indentation of builder type calls.
Daniel Jasper
2013-02-18
1
-2
/
+1
*
Improve formatting of builder-type calls.
Daniel Jasper
2013-02-18
1
-1
/
+1
*
Correctly determine */& usage in more cases.
Daniel Jasper
2013-02-18
1
-0
/
+8
[next]