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
*
clang-format: Improve line breaks in @property.
Daniel Jasper
2013-08-01
1
-0
/
+5
*
clang-format: Make alignment of trailing comments optional ..
Daniel Jasper
2013-07-31
1
-3
/
+4
*
clang-format: Add more options to namespace indentation.
Daniel Jasper
2013-07-31
1
-3
/
+49
*
clang-format: Improve detection of templates.
Daniel Jasper
2013-07-30
1
-1
/
+3
*
clang-format: Add two new style options to support WebKit style.
Daniel Jasper
2013-07-26
1
-7
/
+49
*
clang-format: Fix switch/case interaction with macros.
Daniel Jasper
2013-07-25
1
-1
/
+15
*
clang-format: Initial (incomplete) support for the WebKit coding style.
Daniel Jasper
2013-07-24
1
-0
/
+78
*
clang-format: Fix bad line break with pointers to members.
Daniel Jasper
2013-07-18
1
-0
/
+9
*
clang-format: Add space in corner case.
Daniel Jasper
2013-07-17
1
-0
/
+4
*
Improve line breaking before multi-line strings.
Daniel Jasper
2013-07-17
1
-21
/
+28
*
Avoid breaking non-trailing block comments.
Alexander Kornienko
2013-07-16
1
-0
/
+7
*
Don't break line comments with escaped newlines.
Alexander Kornienko
2013-07-16
1
-0
/
+51
*
clang-format: Improve handling of unterminated string literals.
Daniel Jasper
2013-07-16
1
-0
/
+5
*
Revamp the formatting of C++11 braced init lists.
Daniel Jasper
2013-07-16
1
-11
/
+10
*
clang-format: Improve detection of function types.
Daniel Jasper
2013-07-16
1
-0
/
+2
*
clang-format: Improve c-style cast detection.
Daniel Jasper
2013-07-15
1
-0
/
+2
*
Improvement of change r186320.
Daniel Jasper
2013-07-15
1
-2
/
+5
*
Improve formatting of operator<< chains.
Daniel Jasper
2013-07-15
1
-0
/
+3
*
clang-format: Improve <<-formatting.
Daniel Jasper
2013-07-12
1
-0
/
+5
*
clang-format: Fix string literal breaking.
Daniel Jasper
2013-07-12
1
-0
/
+10
*
clang-format: Break before/between array subscript expressions.
Daniel Jasper
2013-07-12
1
-8
/
+24
*
clang-format: Fix bug concerning the alignment of "}".
Daniel Jasper
2013-07-11
1
-0
/
+7
*
clang-format: Break before trailing annotations.
Daniel Jasper
2013-07-11
1
-0
/
+8
*
clang-format: Avoid line breaks before the first <<.
Daniel Jasper
2013-07-11
1
-0
/
+16
*
Improve detection of trailing return types.
Daniel Jasper
2013-07-11
1
-0
/
+3
*
Fix indentation problem for comments in call chains
Daniel Jasper
2013-07-11
1
-0
/
+3
*
Keep trailing annotations close to their argument.
Daniel Jasper
2013-07-11
1
-0
/
+4
*
Add experimental flag for adaptive parameter bin-packing.
Daniel Jasper
2013-07-10
1
-0
/
+24
*
Initial support for formatting trailing return types.
Daniel Jasper
2013-07-09
1
-0
/
+10
*
Avoid confusing indentations for chained function calls.
Daniel Jasper
2013-07-09
1
-1
/
+10
*
Fix alignment of closing brace in braced initializers.
Daniel Jasper
2013-07-09
1
-0
/
+7
*
Format overloaded operators like other functions.
Daniel Jasper
2013-07-09
1
-0
/
+7
*
Fix incorrect incorrect cast identification in clang-format.
Daniel Jasper
2013-07-08
1
-0
/
+1
*
Prefer similar line breaks.
Daniel Jasper
2013-07-08
1
-11
/
+18
*
Fix for corner cases in code handling leading "* " decorations in block comments
Alexander Kornienko
2013-07-08
1
-2
/
+29
*
Fix formatting for allocation of new pointer variables.
Daniel Jasper
2013-07-05
1
-0
/
+4
*
Improve detection for preventing certain kind of formatting patterns.
Daniel Jasper
2013-07-05
1
-0
/
+14
*
Don't break after a "(" following a binary operator.
Daniel Jasper
2013-07-05
1
-0
/
+3
*
Added AlwaysBreakBeforeMultilineStrings option.
Alexander Kornienko
2013-07-04
1
-0
/
+28
*
Don't insert confusing line breaks in comparisons.
Daniel Jasper
2013-07-03
1
-0
/
+32
*
Fix formatting of long declarations with const type.
Daniel Jasper
2013-07-02
1
-0
/
+5
*
Fix incorrect token counting introduced by r185319.
Daniel Jasper
2013-07-01
1
-0
/
+1
*
Avoid column limit violation in block comments in certain cases.
Alexander Kornienko
2013-07-01
1
-0
/
+17
*
Don't align "} // namespace" comments.
Daniel Jasper
2013-07-01
1
-5
/
+24
*
Don't add an extra space before ellipsis after pointers.
Daniel Jasper
2013-07-01
1
-0
/
+5
*
Keep space between pointer and block comment.
Daniel Jasper
2013-07-01
1
-0
/
+2
*
Fix braced-list detection in lieu of trailing comments.
Daniel Jasper
2013-07-01
1
-0
/
+1
*
Use lexing mode based on FormatStyle.Standard.
Alexander Kornienko
2013-06-28
1
-12
/
+18
*
Formatter: Don't put a space after parameter-naming block comments.
Nico Weber
2013-06-26
1
-1
/
+1
*
Formatter/ObjC: Correctly format casts in objc message send expressions.
Nico Weber
2013-06-25
1
-0
/
+4
[next]