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] Implement comment reflowing.
Krasimir Georgiev
2017-01-25
1
-3
/
+478
*
clang-format: fix fallback style set to "none" not always formatting
Antonio Maiorano
2017-01-20
1
-1
/
+19
*
clang-format: Make GetStyle return Expected<FormatStyle> instead of FormatStyle
Antonio Maiorano
2017-01-17
1
-3
/
+32
*
clang-format: Always wrap before multi-line parameters/operands.
Daniel Jasper
2017-01-16
1
-24
/
+32
*
clang-format: Fix bug in making line break decisions.
Daniel Jasper
2017-01-13
1
-0
/
+6
*
clang-format: Fix regression introduced by r291801.
Daniel Jasper
2017-01-12
1
-0
/
+2
*
clang-format: Treat braced lists like other complex parameters.
Daniel Jasper
2017-01-12
1
-0
/
+6
*
clang-format: Improve support for override/final as variable names.
Daniel Jasper
2017-01-09
1
-0
/
+4
*
clang-format: Less eagerly try to keep label-value pairs on a line.
Daniel Jasper
2016-12-22
1
-0
/
+4
*
Make FormatStyle.GetStyleOfFile test work on MSVC
Antonio Maiorano
2016-12-22
1
-6
/
+0
*
clang-format: Fix bug in handling of single-column lists.
Daniel Jasper
2016-12-21
1
-0
/
+8
*
clang-format: Fix bug in understanding string-label&value analysis.
Daniel Jasper
2016-12-20
1
-0
/
+6
*
clang-format: Slightly tweak the behavior of <<-wrapping.
Daniel Jasper
2016-12-19
1
-0
/
+3
*
clang-format: Fix regression introduced in r290084.
Daniel Jasper
2016-12-19
1
-1
/
+1
*
clang-format: Allow "single column" list layout even if that violates the
Daniel Jasper
2016-12-19
1
-0
/
+12
*
clang-format: Keep string-literal-label + value pairs on a line.
Daniel Jasper
2016-12-13
1
-39
/
+49
*
clang-format: Improve braced-list detection.
Daniel Jasper
2016-12-13
1
-0
/
+13
*
clang-format: Separate out a language kind for ObjC.
Daniel Jasper
2016-12-12
1
-737
/
+3
*
clang-format: Wrap complex binary expressions on the RHS of a comma.
Daniel Jasper
2016-11-29
1
-25
/
+29
*
clang-format: Fix unnnecessary line break.
Daniel Jasper
2016-11-29
1
-0
/
+6
*
[clang-format] Fixed line merging of more than two lines
Cameron Desrochers
2016-11-15
1
-0
/
+24
*
clang-format: Support ObjC selectors with unnamed parameters.
Daniel Jasper
2016-11-12
1
-0
/
+20
*
[clang-format] Fix PR30527: Regression when clang-format insert spaces in [] ...
Nico Weber
2016-11-10
1
-0
/
+20
*
clang-format: Better support for CUDA's triple brackets.
Daniel Jasper
2016-11-05
1
-0
/
+2
*
Fixed column shift when formatting line containing bit shift operators
Malcolm Parsons
2016-11-03
1
-0
/
+12
*
clang-format: Fix bug in function reference qualifier detection.
Daniel Jasper
2016-11-01
1
-1
/
+4
*
clang-format: Fix incorrect pointer detection.
Daniel Jasper
2016-11-01
1
-0
/
+1
*
clang-format: Fix incorrect binary operator detection.
Daniel Jasper
2016-11-01
1
-0
/
+1
*
Skip over AnnotatedLines with >50 levels of nesting; don't format them.
Daniel Jasper
2016-10-31
1
-0
/
+24
*
Bug 28065 - clang-format incorrectly aligns backslash.
Andi-Bogdan Postelnicu
2016-10-26
1
-0
/
+11
*
clang-format: Fix bad multi-variable for-loop formatting.
Daniel Jasper
2016-10-04
1
-0
/
+1
*
[clang-format] Don't allow newline after uppercase Obj-C block return types
Daniel Jasper
2016-09-26
1
-0
/
+2
*
clang-format: Only special-case top-level */& in multivar-declstmts.
Daniel Jasper
2016-09-26
1
-0
/
+1
*
clang-format: Add SpaceAfterTemplate
Sylvestre Ledru
2016-08-09
1
-0
/
+7
*
Implement tooling::Replacements as a class.
Eric Liu
2016-08-01
1
-24
/
+16
*
clang-format: Fix incorrect detection of QT-signals access specifier.
Daniel Jasper
2016-07-27
1
-0
/
+4
*
Make tooling::applyAllReplacements return llvm::Expected<string> instead of e...
Eric Liu
2016-07-11
1
-8
/
+16
*
clang-format: Restrict r272537 to function ref qualifiers.
Daniel Jasper
2016-06-13
1
-0
/
+1
*
clang-format: Fix incorrect function type detection.
Daniel Jasper
2016-06-13
1
-0
/
+1
*
clang-format: Don't merge const and &, e.g. in function ref qualifiers.
Daniel Jasper
2016-06-13
1
-0
/
+2
*
clang-format: Fix incorrect cast detection.
Daniel Jasper
2016-06-13
1
-0
/
+1
*
clang-format: Don't indent lambda body relative to its return type.
Daniel Jasper
2016-06-13
1
-0
/
+4
*
clang-format: Fix incorrect calculation of "length" of /**/ comments.
Daniel Jasper
2016-06-08
1
-0
/
+8
*
clang-format: Fix bug in function ref qualifier identification.
Daniel Jasper
2016-06-08
1
-0
/
+1
*
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
[next]