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
/
unittests
/
Format
/
FormatTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correctly format arrays of pointers and function types.
Daniel Jasper
2013-03-01
1
-4
/
+8
*
Normal indent for last element of builder-type call.
Daniel Jasper
2013-03-01
1
-1
/
+1
*
Remove trailing whitespace of line comments.
Daniel Jasper
2013-03-01
1
-0
/
+7
*
Implements breaking string literals at slashes.
Manuel Klimek
2013-03-01
1
-2
/
+8
*
Implement fallback split point for string literals.
Manuel Klimek
2013-03-01
1
-1
/
+8
*
Reduce penalty for splitting after "{" in static initializers.
Daniel Jasper
2013-02-28
1
-0
/
+5
*
Dont break between (( in __attribute__((.
Daniel Jasper
2013-02-28
1
-0
/
+4
*
No spaces around pointers to members.
Daniel Jasper
2013-02-28
1
-0
/
+1
*
Improve formatting of #defines.
Daniel Jasper
2013-02-28
1
-13
/
+8
*
Fix bug when formatting "A<A<A>>".
Daniel Jasper
2013-02-28
1
-0
/
+2
*
Fix incorrect recognition of bin-packing.
Daniel Jasper
2013-02-28
1
-0
/
+7
*
Fix spacing after binary operator as macro parameter.
Daniel Jasper
2013-02-28
1
-0
/
+4
*
Fix formatting of multiplications in array subscripts.
Daniel Jasper
2013-02-27
1
-0
/
+1
*
Enable bin-packing in Google style.
Daniel Jasper
2013-02-27
1
-76
/
+98
*
Fix bad line break decision.
Daniel Jasper
2013-02-26
1
-0
/
+2
*
In range-based for-loops, prefer splitting after ":".
Daniel Jasper
2013-02-26
1
-4
/
+6
*
Only keep empty lines in unwrapped lines if they preceed a line comment.
Daniel Jasper
2013-02-26
1
-8
/
+14
*
Only break string literals as a last resort.
Daniel Jasper
2013-02-26
1
-0
/
+6
*
Re-add hack that caused regression.
Daniel Jasper
2013-02-25
1
-0
/
+4
*
Allow breaking between a type and name in variable declarations.
Daniel Jasper
2013-02-24
1
-1
/
+12
*
Better formatting of conditional expressions.
Daniel Jasper
2013-02-23
1
-3
/
+21
*
Don't recognize unnamed pointer parameters as casts.
Daniel Jasper
2013-02-23
1
-4
/
+11
*
Allow splitting between string literals and identifiers.
Daniel Jasper
2013-02-23
1
-1
/
+8
*
Consistently put {} onto the same line for empty functions.
Daniel Jasper
2013-02-21
1
-21
/
+21
*
Allow breaking between type and name in for loops.
Daniel Jasper
2013-02-21
1
-11
/
+17
*
Fix regression in string literal alignment.
Manuel Klimek
2013-02-20
1
-0
/
+3
*
Fixes bug in string literal alignment.
Manuel Klimek
2013-02-20
1
-0
/
+13
*
Don't remove blank lines within unwrapped lines.
Daniel Jasper
2013-02-20
1
-0
/
+14
*
Implements breaking of string literals if they stick out.
Manuel Klimek
2013-02-20
1
-0
/
+60
*
Add missing clang-format null pointer check..
Daniel Jasper
2013-02-19
1
-0
/
+2
*
Correctly format macro with unfinished template declaration.
Daniel Jasper
2013-02-19
1
-6
/
+10
*
Improve indentation of builder type calls.
Daniel Jasper
2013-02-18
1
-0
/
+8
*
Improve formatting of builder-type calls.
Daniel Jasper
2013-02-18
1
-0
/
+4
*
Reformat lines if they were "moved around".
Daniel Jasper
2013-02-18
1
-0
/
+13
*
Correctly determine */& usage in more cases.
Daniel Jasper
2013-02-18
1
-0
/
+3
*
Always break after multi-line string literals.
Daniel Jasper
2013-02-18
1
-177
/
+227
*
Prevent line breaks that make stuff hard to read.
Daniel Jasper
2013-02-18
1
-0
/
+7
*
Recognize < and > as binary expressions in builder-type calls.
Daniel Jasper
2013-02-15
1
-0
/
+3
*
Done break between 'operator' and '<<'.
Daniel Jasper
2013-02-15
1
-0
/
+4
*
Re-enable ConstructorInitializerAllOnOneLineOrOnePerLine option.
Daniel Jasper
2013-02-15
1
-15
/
+14
*
Prevent only breaking before "?" in conditional expressions.
Daniel Jasper
2013-02-15
1
-4
/
+13
*
Fix counting of parameters so that r175162 works as expected.
Daniel Jasper
2013-02-14
1
-0
/
+4
*
Reduce penalty for breaking before ./-> after complex calls.
Daniel Jasper
2013-02-14
1
-7
/
+12
*
Remove the trailing whitespace of formatted lines.
Daniel Jasper
2013-02-14
1
-0
/
+4
*
Get less confused by trailing comma in Google style.
Daniel Jasper
2013-02-14
1
-0
/
+11
*
Remove accidentally committed empty test.
Daniel Jasper
2013-02-14
1
-3
/
+0
*
Align superclasses for multiple inheritence.
Daniel Jasper
2013-02-14
1
-0
/
+22
*
Allow breaking after the return type in function declarations.
Daniel Jasper
2013-02-13
1
-0
/
+8
*
Fix comment alignment close to the column limit.
Daniel Jasper
2013-02-13
1
-0
/
+3
*
Formatter: And more cast tests (these don't pass yet).
Nico Weber
2013-02-13
1
-0
/
+2
[next]