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: Make indentation after "<<" more consistent.
Daniel Jasper
2016-02-11
1
-0
/
+7
*
clang-format: Make it more expensive to break template parameters.
Daniel Jasper
2016-02-11
1
-0
/
+5
*
clang-format: Fix weird alignment when not aligning after brackets.
Daniel Jasper
2016-02-08
1
-0
/
+5
*
clang-format: Fix corner case in template detection.
Daniel Jasper
2016-02-05
1
-0
/
+4
*
clang-format: Fix formatting of ternary expressions with comments.
Daniel Jasper
2016-02-03
1
-0
/
+4
*
clang-format: Make AlignAfterOpenBracket also affect angle brackets.
Daniel Jasper
2016-02-02
1
-0
/
+9
*
clang-format: Fix incorrect pointer detection in lambdas in constructor
Daniel Jasper
2016-02-01
1
-0
/
+1
*
clang-format: Add option to disable string literal formatting.
Daniel Jasper
2016-02-01
1
-0
/
+6
*
clang-format: Fix alignment of trailing multiline columns.
Daniel Jasper
2016-02-01
1
-0
/
+8
*
Fix formatting of fully qualified names in array subscripts.
Manuel Klimek
2016-01-19
1
-0
/
+1
*
clang-format: Fix incorrectly enforced linebreak with ColumnLimit 0.
Daniel Jasper
2016-01-14
1
-0
/
+3
*
clang-format: [ObjC+JS] Allow bin-packing of array literals.
Daniel Jasper
2016-01-13
1
-7
/
+6
*
[clang-format] Fix comment aligning when there are changes within the comment
Benjamin Kramer
2016-01-11
1
-0
/
+9
*
clang-format: Fix overloading "operator," definitions more thoroughly.
Daniel Jasper
2016-01-11
1
-1
/
+1
*
clang-format: Slightly row back on r257257.
Daniel Jasper
2016-01-11
1
-0
/
+13
*
clang-format: Fix incorrect line break in certain configurations.
Daniel Jasper
2016-01-09
1
-0
/
+4
*
clang-format: Support definitions/declarations of operator,.
Daniel Jasper
2016-01-09
1
-0
/
+3
*
clang-format: Fix corner case in one-per-line formatting.
Daniel Jasper
2016-01-07
1
-0
/
+8
*
clang-format: Support weird lambda macros.
Daniel Jasper
2016-01-07
1
-0
/
+1
*
clang-format: Fix corner case in "if it saves columns"-calculation.
Daniel Jasper
2016-01-05
1
-1
/
+4
*
clang-format: Handle \n the same way as std::endl with stream operator.
Daniel Jasper
2016-01-05
1
-0
/
+9
*
clang-format: Avoid creating hanging indents in call sequences.
Daniel Jasper
2016-01-05
1
-2
/
+10
*
clang-format: Improve line wrapping behavior in call sequences.
Daniel Jasper
2016-01-05
1
-6
/
+11
*
clang-format: Fix corner case in builder-type call formatting.
Daniel Jasper
2016-01-04
1
-0
/
+4
*
clang-format: Align long braced init lists even if they are nested in
Daniel Jasper
2016-01-04
1
-0
/
+9
*
clang-format: Fix corner case for lambda assignments.
Daniel Jasper
2016-01-04
1
-0
/
+2
*
clang-format: Fix corner-case in ObjC method declaration formatting
Daniel Jasper
2016-01-04
1
-0
/
+5
*
clang-format: Slightly row back on r256343 by increasing penalty for
Daniel Jasper
2015-12-30
1
-0
/
+2
*
clang-format: Fix incorrect function type detection.
Daniel Jasper
2015-12-28
1
-0
/
+1
*
clang-format: [TableGen] Support ;-less include lines.
Daniel Jasper
2015-12-25
1
-0
/
+6
*
clang-format: Lower penalty for breaking between array subscripts.
Daniel Jasper
2015-12-23
1
-0
/
+2
*
clang-format: Fix incorrect pointer detection.
Daniel Jasper
2015-12-23
1
-0
/
+1
*
clang-format: Properly set the BlockKind for more blocks.
Daniel Jasper
2015-12-21
1
-1
/
+7
*
Fix invalid enum comparison.
Zachary Turner
2015-12-18
1
-1
/
+1
*
Support AlwaysBreakAfterReturnType
Zachary Turner
2015-12-18
1
-7
/
+74
*
clang-format: Add test for AlignAfterOpenBracket = AlwaysBreak in C++.
Daniel Jasper
2015-12-14
1
-0
/
+20
*
clang-format: Extend Linux-brace-wrapping test.
Daniel Jasper
2015-12-14
1
-0
/
+2
*
clang-format: Make wrapping after "./->" cheaper, even if the element
Daniel Jasper
2015-12-07
1
-4
/
+14
*
clang-format: Make it possible to turn off comment reflowing.
Daniel Jasper
2015-12-01
1
-0
/
+8
*
clang-format: treat Q_SIGNALS as an access modifier
Daniel Jasper
2015-12-01
1
-3
/
+13
*
This fixes https://llvm.org/bugs/show_bug.cgi?id=25329, as well as
Daniel Jasper
2015-12-01
1
-1
/
+55
*
clang-format: Re-add code path deleted in r253873 and add missing test.
Daniel Jasper
2015-11-23
1
-0
/
+1
*
clang-format: Fix incorrect cast detection.
Daniel Jasper
2015-11-23
1
-0
/
+1
*
clang-format: If the template list of a variable declaration spans
Daniel Jasper
2015-11-23
1
-1
/
+2
*
clang-format: Don't use incorrect space in macro calls with operators.
Daniel Jasper
2015-11-20
1
-0
/
+2
*
clang-format: Enable #include sorting by default.
Daniel Jasper
2015-11-16
1
-0
/
+2
*
Format: support inline namespaces
Saleem Abdulrasool
2015-10-30
1
-0
/
+7
*
clang-format: Undo unwanted format change done in r251405.
Daniel Jasper
2015-10-27
1
-0
/
+5
*
clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak.
Daniel Jasper
2015-10-27
1
-7
/
+19
*
clang-format: Fix false positive in cast detection.
Daniel Jasper
2015-10-26
1
-0
/
+5
[next]