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
...
*
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
*
Use the correct type to hold enumeration values
Dmitri Gribenko
2013-02-16
1
-2
/
+2
*
Recognize < and > as binary expressions in builder-type calls.
Daniel Jasper
2013-02-15
1
-3
/
+5
*
Done break between 'operator' and '<<'.
Daniel Jasper
2013-02-15
1
-1
/
+1
*
Fix counting of parameters so that r175162 works as expected.
Daniel Jasper
2013-02-14
1
-8
/
+11
*
Reduce penalty for breaking before ./-> after complex calls.
Daniel Jasper
2013-02-14
1
-5
/
+6
*
Align superclasses for multiple inheritence.
Daniel Jasper
2013-02-14
1
-2
/
+9
*
Allow breaking after the return type in function declarations.
Daniel Jasper
2013-02-13
1
-1
/
+3
*
Formatter: Refactor the cast detection code to be a bit more readable.
Nico Weber
2013-02-13
1
-9
/
+10
*
Formatter: Detect ObjC method expressions after casts.
Nico Weber
2013-02-13
1
-1
/
+1
*
Replace 'signed' with 'int'. 'signed' is not typical for LLVM style
Dmitri Gribenko
2013-02-12
1
-1
/
+1
*
Fixing the MSVC compiler warning a different way; removed use of static_cast ...
Aaron Ballman
2013-02-12
1
-2
/
+2
*
Removing a signed/unsigned mismatch warning triggered in MSVC 11.
Aaron Ballman
2013-02-12
1
-1
/
+1
*
Formatter: Correctly format stars in `sizeof(int**)` and similar places.
Nico Weber
2013-02-12
1
-14
/
+20
*
Formatter: Detect ObjC message expressions after 'in' in loop
Nico Weber
2013-02-11
1
-3
/
+11
*
Fix invalid formatting with spaces before trailing comments.
Daniel Jasper
2013-02-11
1
-3
/
+7
*
Fix formatting of overloaded operator definitions.
Daniel Jasper
2013-02-11
1
-16
/
+12
*
Formatter: Remove now-unneeded code for formatting ':'s in ObjC method decls.
Nico Weber
2013-02-10
1
-21
/
+0
*
Formatter: Detect ObjC array literals.
Nico Weber
2013-02-10
1
-4
/
+11
*
Fix handling of fake parenthesis during formatting.
Daniel Jasper
2013-02-08
1
-1
/
+1
*
Implement a tiny expression parser to improve formatting decisions.
Daniel Jasper
2013-02-08
1
-6
/
+90
*
clang-format: Don't put useless space in f( ::g()).
Daniel Jasper
2013-02-07
1
-1
/
+2
*
Become a little smarter with formatting long chains of pipes.
Daniel Jasper
2013-02-06
1
-1
/
+9
*
Formatter: Correctly detect ObjC message expressions preceded by a comment.
Nico Weber
2013-02-06
1
-11
/
+14
*
Optionally derive formatting information from the input file.
Daniel Jasper
2013-02-06
1
-42
/
+51
*
Fix an issue with the formatting of stars in default values.
Daniel Jasper
2013-02-06
1
-1
/
+1
*
Handle nested ObjC calls.
Daniel Jasper
2013-02-06
1
-83
/
+88
*
Formatter: No space after & and * in front of ObjC message expressions.
Nico Weber
2013-02-06
1
-6
/
+10
*
Formatter: Detect ObjC method expressions after unary operators.
Nico Weber
2013-02-05
1
-6
/
+20
*
Initial support for formatting ObjC method declarations/calls.
Daniel Jasper
2013-02-05
1
-16
/
+34
*
Fix formatting regression introduced by r174307.
Daniel Jasper
2013-02-05
1
-0
/
+2
[prev]
[next]