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
*
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
*
Formatter: Add more cast tests.
Nico Weber
2013-02-13
1
-1
/
+9
*
Formatter: Refactor the cast detection code to be a bit more readable.
Nico Weber
2013-02-13
1
-0
/
+1
*
Formatter: Detect ObjC method expressions after casts.
Nico Weber
2013-02-13
1
-1
/
+2
*
Fix crash for incomplete labels in macros.
Daniel Jasper
2013-02-12
1
-0
/
+6
*
Fix bug in the adjustment to existing lines.
Daniel Jasper
2013-02-12
1
-0
/
+3
*
Formatter: Correctly format stars in `sizeof(int**)` and similar places.
Nico Weber
2013-02-12
1
-2
/
+9
*
Formatter: Detect ObjC message expressions after 'in' in loop
Nico Weber
2013-02-11
1
-0
/
+4
*
Get rid of manual debug output, now that the test runner supports it.
Manuel Klimek
2013-02-11
1
-3
/
+0
*
Fix invalid formatting with spaces before trailing comments.
Daniel Jasper
2013-02-11
1
-0
/
+3
*
Fixes handling of empty lines in macros.
Manuel Klimek
2013-02-11
1
-0
/
+20
*
Fix formatting of overloaded operator definitions.
Daniel Jasper
2013-02-11
1
-0
/
+7
*
Formatter: Add a test for multi-line ObjC dict literals.
Nico Weber
2013-02-10
1
-0
/
+3
*
Formatter: Add another ObjC literal test.
Nico Weber
2013-02-10
1
-0
/
+2
*
Formatter: Initial support for ObjC dictionary literals.
Nico Weber
2013-02-10
1
-2
/
+14
*
Formatter: Detect ObjC array literals.
Nico Weber
2013-02-10
1
-1
/
+6
*
Formatter: Add test for default arguments.
Nico Weber
2013-02-09
1
-0
/
+2
*
Fix indentation-detection at indent level 0.
Manuel Klimek
2013-02-08
1
-1
/
+6
*
Takes the context into account when re-indenting regions.
Manuel Klimek
2013-02-08
1
-0
/
+51
*
Fix handling of fake parenthesis during formatting.
Daniel Jasper
2013-02-08
1
-0
/
+5
*
Implement a tiny expression parser to improve formatting decisions.
Daniel Jasper
2013-02-08
1
-1
/
+11
*
Avoid unnecessary line breaks in nested ObjC calls.
Daniel Jasper
2013-02-08
1
-4
/
+1
*
clang-format: Don't put useless space in f( ::g()).
Daniel Jasper
2013-02-07
1
-1
/
+2
*
Formatter: Move ObjC literal tests to its own test case.
Nico Weber
2013-02-07
1
-13
/
+21
*
Fix bug in the alignment of comments.
Daniel Jasper
2013-02-06
1
-0
/
+7
*
Become a little smarter with formatting long chains of pipes.
Daniel Jasper
2013-02-06
1
-0
/
+7
*
Align trailing block comments like trailing line comments.
Daniel Jasper
2013-02-06
1
-0
/
+7
*
Formatter: Correctly detect ObjC message expressions preceded by a comment.
Nico Weber
2013-02-06
1
-0
/
+6
*
Fix handling of comments in macros.
Manuel Klimek
2013-02-06
1
-0
/
+26
*
Much semicolon after namespaces.
Manuel Klimek
2013-02-06
1
-0
/
+9
*
Fix formatting of ObjC method calls.
Daniel Jasper
2013-02-06
1
-0
/
+6
*
Parse record declarations with token pasted identifiers.
Manuel Klimek
2013-02-06
1
-0
/
+1
*
Fix a formatting bug caused by comments in expressions.
Daniel Jasper
2013-02-06
1
-0
/
+15
*
Optionally derive formatting information from the input file.
Daniel Jasper
2013-02-06
1
-0
/
+21
*
Fix an issue with the formatting of stars in default values.
Daniel Jasper
2013-02-06
1
-0
/
+1
*
Handle nested ObjC calls.
Daniel Jasper
2013-02-06
1
-2
/
+24
*
Formatter: No space after & and * in front of ObjC message expressions.
Nico Weber
2013-02-06
1
-3
/
+2
*
Formatter: Detect ObjC method expressions after unary operators.
Nico Weber
2013-02-05
1
-0
/
+16
*
Initial support for formatting ObjC method declarations/calls.
Daniel Jasper
2013-02-05
1
-20
/
+45
*
Fix some linebreak decisions in Google format.
Daniel Jasper
2013-02-05
1
-0
/
+7
*
Fix formatting regression introduced by r174307.
Daniel Jasper
2013-02-05
1
-0
/
+2
*
Improve handling of trailing block comments
Daniel Jasper
2013-02-04
1
-2
/
+3
[next]