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: Allow splitting the line after /**/-comments.
Daniel Jasper
2016-05-27
1
-0
/
+2
*
[clang-format] moved unit tests related to replacements cleaner from FormatTe...
Eric Liu
2016-05-27
1
-29
/
+0
*
clang-format: Fix incorrect indentation in last line of macro definition
Daniel Jasper
2016-05-19
1
-0
/
+6
*
clang-format: Fix enumerator case ranges.
Daniel Jasper
2016-05-19
1
-0
/
+1
*
[clang-format] Make formatReplacements() also sort #includes.
Eric Liu
2016-05-18
1
-0
/
+25
*
clang-format: Fix space after argument comments.
Daniel Jasper
2016-05-08
1
-1
/
+1
*
clang-format: Support enum type template arguments.
Daniel Jasper
2016-05-08
1
-0
/
+4
*
Added Fixer implementation and fix() interface in clang-format for removing r...
Eric Liu
2016-04-25
1
-0
/
+29
*
clang-format: Improve heuristics to detect function declarations/definitions.
Daniel Jasper
2016-04-18
1
-0
/
+8
*
clang-format: Last line in incomplete block is indented incorrectly
Marianne Mailhot-Sarrasin
2016-04-14
1
-3
/
+2
*
clang-format: Implemented tab usage for continuation and indentation
Marianne Mailhot-Sarrasin
2016-04-14
1
-0
/
+226
*
clang-format: Fix label-in-if statement in macros where it is actually used.
Daniel Jasper
2016-04-06
1
-0
/
+6
*
clang-format: Support labels in brace-less ifs.
Daniel Jasper
2016-04-06
1
-0
/
+6
*
clang-format: Fix incorrect function annotation detection.
Daniel Jasper
2016-04-06
1
-0
/
+6
*
clang-format: Fix cast detection on "this".
Daniel Jasper
2016-04-05
1
-0
/
+1
*
Added formatAndApplyAllReplacements that works on multiple files in libTooling.
Eric Liu
2016-03-29
1
-1
/
+2
*
Dsiable FormatStyle::GetStyleOfFile test case for mingw.
Eric Liu
2016-03-24
1
-1
/
+1
*
Added support for different VFSs in format::getStyle. Disable platform-relate...
Eric Liu
2016-03-24
1
-0
/
+34
*
Revert "Added support for different VFSs in format::getStyle."
Eric Liu
2016-03-24
1
-28
/
+0
*
Added support for different VFSs in format::getStyle.
Eric Liu
2016-03-24
1
-0
/
+28
*
clang-format: Make include sorting's main include detection configurable.
Daniel Jasper
2016-03-21
1
-0
/
+2
*
clang-format: Slightly weaken AlignAfterOpenBracket=AlwaysBreak.
Daniel Jasper
2016-03-17
1
-5
/
+24
*
clang-format: [JS] Optionally re-quote string literals.
Daniel Jasper
2016-03-02
1
-1
/
+1
*
[clang-format] Detect constructor initializers preceded by `noexcept`.
Daniel Jasper
2016-03-01
1
-0
/
+3
*
Add functions to apply replacements and reformat them.
Manuel Klimek
2016-03-01
1
-1
/
+45
*
clang-format: Correctly apply wrap before multi-line RHS rule to
Daniel Jasper
2016-03-01
1
-0
/
+4
*
clang-format: Increase the penalty for breaking between array subscripts.
Daniel Jasper
2016-03-01
1
-0
/
+2
*
Remove use of builtin comma operator.
Richard Trieu
2016-02-18
1
-1
/
+2
*
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
[next]