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
*
Slightly expand the @ test to cover whitespace between @ and keyword.
Nico Weber
2013-01-07
1
-1
/
+6
*
Add a test that checks that the formatter doesn't discard '@' with ObjC1 set.
Nico Weber
2013-01-07
1
-0
/
+6
*
Reformat clang-formats source code.
Daniel Jasper
2013-01-07
1
-48
/
+40
*
Prefer not to break after assignments.
Daniel Jasper
2013-01-07
1
-11
/
+24
*
Add style option for number of spaces before trailing comments.
Daniel Jasper
2013-01-07
1
-4
/
+6
*
Do not break before "0" in pure virtual function declarations.
Daniel Jasper
2013-01-07
1
-0
/
+6
*
Fix incorrect FIXME.
Manuel Klimek
2013-01-07
1
-0
/
+1
*
Do not ever allow using the full line in preprocessor directives.
Manuel Klimek
2013-01-07
1
-4
/
+13
*
Fix layouting of single-line-comments preceded by an escaped newline.
Manuel Klimek
2013-01-07
1
-0
/
+3
*
Fix layouting of tokens with a leading escaped newline.
Manuel Klimek
2013-01-07
1
-0
/
+6
*
Put a higher penalty on breaking before "." or "->".
Daniel Jasper
2013-01-07
1
-0
/
+5
*
Fixes handling of unbalances braces.
Manuel Klimek
2013-01-06
1
-2
/
+6
*
Fixes parsing of hash tokens in the middle of a line.
Manuel Klimek
2013-01-05
1
-0
/
+4
*
Fixes PR14801 - preprocessor directives shouldn't be indented
Manuel Klimek
2013-01-05
1
-2
/
+5
*
Fixes PR14811: Crash when formatting some macros
Manuel Klimek
2013-01-05
1
-0
/
+8
*
Various fixes to clang-format's macro handling.
Manuel Klimek
2013-01-04
1
-22
/
+65
*
Correctly format dereference and address of in array parameters.
Daniel Jasper
2013-01-04
1
-0
/
+2
*
Let the formatter ignore UnwrappedLines containing errors.
Daniel Jasper
2013-01-04
1
-0
/
+7
*
Fixes multiple formatting bugs.
Manuel Klimek
2013-01-02
1
-3
/
+31
*
Don't allow line breaks after template parameters.
Daniel Jasper
2013-01-02
1
-0
/
+5
*
Format */& as binary operator if followed by a unary operator.
Daniel Jasper
2013-01-02
1
-0
/
+10
*
Fixes use of unescaped newlines when formatting preprocessor directives.
Manuel Klimek
2013-01-02
1
-0
/
+31
*
Correctly format pointers and references in casts.
Daniel Jasper
2013-01-02
1
-0
/
+3
*
Understand unary operators after "return" and "case".
Daniel Jasper
2013-01-02
1
-0
/
+6
*
Prefer splitting after "template <...>" and fix indentation.
Daniel Jasper
2013-01-02
1
-0
/
+13
*
Prefer to break after operators over breaking after "(".
Daniel Jasper
2013-01-02
1
-0
/
+4
*
Understand * and & in ternary expressions.
Daniel Jasper
2013-01-02
1
-1
/
+5
*
Don't break after pointer or reference specifier.
Daniel Jasper
2013-01-02
1
-0
/
+10
*
Formatter: parse and format inline namespaces like regular namespaces
Dmitri Gribenko
2012-12-30
1
-0
/
+7
*
Penalize tokens with a lower parenthesis level than the start of the line.
Daniel Jasper
2012-12-24
1
-2
/
+10
*
Align RHS after assignments and return statements.
Daniel Jasper
2012-12-24
1
-3
/
+31
*
Fix formatting over overloaded operators.
Daniel Jasper
2012-12-24
1
-1
/
+16
*
Take operator precedence into account when splitting lines.
Daniel Jasper
2012-12-24
1
-0
/
+15
*
libFormat: Teach the *& usage heuristic that "return" starts a rhs too.
Nico Weber
2012-12-23
1
-0
/
+3
*
Adding to FormatTest.cpp test for a very long ObjC method
Fariborz Jahanian
2012-12-21
1
-0
/
+15
*
format: Handle #import as include directive too.
Nico Weber
2012-12-21
1
-0
/
+6
*
clang-format: No spaces around directory specifiers
Daniel Jasper
2012-12-21
1
-0
/
+1
*
Basic support for formatting for-loops.
Daniel Jasper
2012-12-21
1
-0
/
+9
*
Formatting fixes for PR14680
Daniel Jasper
2012-12-21
1
-1
/
+6
*
Add objective-C style formatting to clang format and
Fariborz Jahanian
2012-12-20
1
-0
/
+19
*
Better support for constructor initializers.
Daniel Jasper
2012-12-18
1
-10
/
+42
*
Make the format scrambler understand line comments.
Daniel Jasper
2012-12-18
1
-25
/
+41
*
Add basic support for splitting before function calls if it can't be
Daniel Jasper
2012-12-17
1
-0
/
+31
*
Fix several formatting problems.
Daniel Jasper
2012-12-17
1
-0
/
+22
*
Addi formatting tests for pointer template parameters.
Daniel Jasper
2012-12-10
1
-0
/
+10
*
Clang-format: error recovery for access specifiers
Alexander Kornienko
2012-12-10
1
-4
/
+20
*
Small tweaks to clang-format.
Daniel Jasper
2012-12-07
1
-0
/
+5
*
Clang-format: IndentCaseLabels option, proper namespace handling
Alexander Kornienko
2012-12-06
1
-109
/
+180
*
Clang-format: detect unbalanced braces.
Alexander Kornienko
2012-12-06
1
-0
/
+1
*
Improve clang-format's handling of unary operators.
Daniel Jasper
2012-12-06
1
-0
/
+3
[next]