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
...
*
Add option to always break template declarations.
Daniel Jasper
2013-05-29
1
-0
/
+11
*
Support uniform inits in braced lists.
Daniel Jasper
2013-05-28
1
-13
/
+6
*
Fix formatting regression regarding pointers to arrays.
Daniel Jasper
2013-05-28
1
-0
/
+1
*
Initial support for designated initializers.
Daniel Jasper
2013-05-28
1
-0
/
+18
*
Disable tab expansion when counting the columns in block comments.
Manuel Klimek
2013-05-28
1
-24
/
+37
*
Fixes indentation of empty lines in block comments.
Manuel Klimek
2013-05-28
1
-0
/
+7
*
Clean up formatting of function types.
Daniel Jasper
2013-05-28
1
-6
/
+5
*
Fix formatting of expressions containing ">>".
Daniel Jasper
2013-05-28
1
-0
/
+3
*
Improve formatting of templates.
Daniel Jasper
2013-05-27
1
-13
/
+4
*
Major refactoring of BreakableToken.
Manuel Klimek
2013-05-27
1
-3
/
+92
*
Improve indentation of assignments.
Daniel Jasper
2013-05-27
1
-0
/
+4
*
Fix hacky way of preventing a certain type of line break.
Daniel Jasper
2013-05-27
1
-0
/
+3
*
Formatter/ObjC: In dictionary literals, break after ':', not before it.
Nico Weber
2013-05-26
1
-0
/
+4
*
Ignore contents of #if 0 blocks.
Alexander Kornienko
2013-05-24
1
-0
/
+138
*
More tests and a fix for braced init lists.
Daniel Jasper
2013-05-23
1
-0
/
+4
*
Fix aligning of comments.
Manuel Klimek
2013-05-23
1
-0
/
+20
*
Fix aligning of comments that are at the start of the line.
Manuel Klimek
2013-05-23
1
-0
/
+7
*
Increase test coverage for braced init lists.
Daniel Jasper
2013-05-23
1
-0
/
+13
*
Improve formatting of braced lists.
Daniel Jasper
2013-05-23
1
-1
/
+1
*
Stop aligning trailing comments which are aligned with the next line.
Manuel Klimek
2013-05-23
1
-0
/
+13
*
Use a SourceRange for the whitespace location in FormatToken.
Manuel Klimek
2013-05-23
1
-0
/
+6
*
Improve formatting of braced lists.
Daniel Jasper
2013-05-23
1
-15
/
+30
*
Expand parsing of braced init lists.
Manuel Klimek
2013-05-23
1
-3
/
+10
*
Makes whitespace management more consistent.
Manuel Klimek
2013-05-22
1
-0
/
+7
*
Improve clang-format's stream formatting.
Daniel Jasper
2013-05-22
1
-0
/
+2
*
Fix function declaration behavior.
Daniel Jasper
2013-05-22
1
-0
/
+4
*
Improve handling of trailing 'const'.
Daniel Jasper
2013-05-22
1
-3
/
+17
*
Cut-off clang-format analysis.
Daniel Jasper
2013-05-22
1
-0
/
+20
*
Allow breaking before a trailing const.
Daniel Jasper
2013-05-21
1
-24
/
+24
*
Clang-format: allow -style="{yaml/json}" on command line
Alexander Kornienko
2013-05-19
1
-19
/
+21
*
Slightly modify the formatting rules for braced lists.
Daniel Jasper
2013-05-17
1
-0
/
+12
*
Add additional test-case for one-line-function.
Daniel Jasper
2013-05-16
1
-0
/
+3
*
Don't insert a break into include lines with trailing comments.
Daniel Jasper
2013-05-16
1
-0
/
+1
*
Add config parsing test for new parameter.
Daniel Jasper
2013-05-16
1
-0
/
+1
*
Add option to put short loops on a single line.
Daniel Jasper
2013-05-16
1
-4
/
+33
*
Add a more convenient interface to use clang-format.
Daniel Jasper
2013-05-16
1
-16
/
+7
*
Comments should not prevent single-line functions.
Daniel Jasper
2013-05-16
1
-0
/
+2
*
Add back accidentally deleted line and add test for it.
Daniel Jasper
2013-05-16
1
-0
/
+2
*
Don't put short namespace on a single line.
Daniel Jasper
2013-05-15
1
-4
/
+7
*
Improve recognition of template definitions.
Daniel Jasper
2013-05-15
1
-0
/
+7
*
Break function declarations after multi-line return types.
Daniel Jasper
2013-05-15
1
-1
/
+5
*
Don't merge one-line functions in weird brace styles.
Daniel Jasper
2013-05-15
1
-0
/
+8
*
Remove diagnostics from clang-format.
Daniel Jasper
2013-05-15
1
-2
/
+2
*
Improve formatting of function types.
Daniel Jasper
2013-05-15
1
-3
/
+3
*
Fix expression breaking for one-parameter-per-line styles.
Daniel Jasper
2013-05-14
1
-0
/
+8
*
Correctly determine ranges for clang-format.
Daniel Jasper
2013-05-14
1
-1
/
+3
*
Fix clang-format bug in unwrapped-line merging.
Daniel Jasper
2013-05-14
1
-4
/
+6
*
Implement string literal breaking on unbreakable token sequences.
Manuel Klimek
2013-05-14
1
-0
/
+42
*
Don't format sizeof/alignof as function types.
Daniel Jasper
2013-05-14
1
-0
/
+4
*
Replace EXPECT_EQ with EXPECT_FALSE to avoid gcc warning
Patrik Hagglund
2013-05-14
1
-2
/
+2
[prev]
[next]