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: Fix bad corner case in formatting of function types.
Daniel Jasper
2017-04-24
1
-0
/
+6
*
[clang-format] Replace IncompleteFormat by a struct with Line
Krasimir Georgiev
2017-04-21
1
-13
/
+14
*
[clang-format] Handle NSString literals by merging tokens.
Alexander Kornienko
2017-04-11
1
-4
/
+12
*
clang-format: Support formatting utf-8 character literals in C++11+ mode.
Nico Weber
2017-04-05
1
-0
/
+13
*
Fix issues in clang-format's AlignConsecutive modes.
Nikola Smiljanic
2017-03-23
1
-5
/
+82
*
[clang-format] disable adding extra space after MSVC '__super' keyword
Martin Probst
2017-03-16
1
-0
/
+4
*
clang-format: Fix bug in wrapping behavior of operators.
Daniel Jasper
2017-03-16
1
-0
/
+3
*
[clang-format] Add option to break before inheritance separation operator in ...
Andi-Bogdan Postelnicu
2017-03-10
1
-0
/
+12
*
[clang-format] Look at NoLineBreak and NoLineBreakInOperand before breakProtr...
Krasimir Georgiev
2017-03-08
1
-2
/
+87
*
clang-format: Get slightly better at understanding */&.
Daniel Jasper
2017-03-08
1
-0
/
+1
*
[clang-format] Followup of D30646 - unbreak the build
Andi-Bogdan Postelnicu
2017-03-07
1
-2
/
+2
*
[clang-format] Fixed indent issue when adding a comment at the end of a retur...
Andi-Bogdan Postelnicu
2017-03-07
1
-0
/
+5
*
[clang-format] Use number of unwrapped lines for short namespace
Krasimir Georgiev
2017-03-02
1
-7
/
+6
*
[clang-format] Add a new flag FixNamespaceComments to FormatStyle
Krasimir Georgiev
2017-03-01
1
-21
/
+45
*
clang-format: Fix many Objective-C formatting regressions from r289428
Nico Weber
2017-02-24
1
-0
/
+7
*
clang-format: Prevent weird line-wraps in complex lambda introducers
Daniel Jasper
2017-02-20
1
-4
/
+14
*
clang-format: Don't remove existing spaces between identifier and ::.
Daniel Jasper
2017-02-17
1
-0
/
+2
*
[clang-format] Align block comment decorations
Krasimir Georgiev
2017-02-16
1
-1
/
+1
*
clang-format: don't break code using __has_include, PR31908
Nico Weber
2017-02-10
1
-0
/
+5
*
[clang-format] Move comment tests to their own file.
Krasimir Georgiev
2017-02-08
1
-2085
/
+0
*
[clang-format] Break before a sequence of line comments aligned with the next...
Krasimir Georgiev
2017-02-08
1
-0
/
+116
*
clang-format: Fix bad variable declaration detection.
Daniel Jasper
2017-02-07
1
-0
/
+5
*
clang-format: Fix bug with conflicting BreakBeforeBinaryOperations and AlignA...
Daniel Jasper
2017-02-06
1
-0
/
+38
*
[clang-format] Re-align broken comment lines where appropriate.
Krasimir Georgiev
2017-02-03
1
-0
/
+34
*
[clang-format] Don't reflow across comment pragmas.
Krasimir Georgiev
2017-02-02
1
-0
/
+16
*
[clang-format] Fix breaking of comment sections in unwrapped lines containing...
Krasimir Georgiev
2017-02-02
1
-1
/
+40
*
[clang-format] Don't reflow lines starting with TODO, FIXME or XXX.
Krasimir Georgiev
2017-02-02
1
-0
/
+24
*
clang-format: Do not use two-argument/operand special case with no alignment
Daniel Jasper
2017-02-02
1
-0
/
+4
*
clang-format: Fix incorrect line breaks after forced operator wraps.
Daniel Jasper
2017-02-01
1
-0
/
+9
*
[clang-format] Fix regression about not aligning trailing comments in case th...
Krasimir Georgiev
2017-02-01
1
-2
/
+11
*
clang-format: Don't force-wrap multiline RHSs for 2-operand experssions.
Daniel Jasper
2017-02-01
1
-25
/
+55
*
[clang-format] Fix regression about adding leading whitespace to the content ...
Krasimir Georgiev
2017-01-31
1
-0
/
+19
*
[clang-format] Fix reflow in block comment lines with leading whitespace.
Krasimir Georgiev
2017-01-31
1
-0
/
+17
*
[clang-format] Fix regression merging comments across newlines.
Krasimir Georgiev
2017-01-31
1
-0
/
+18
*
[clang-format] Don't reflow comment lines starting with '@'.
Krasimir Georgiev
2017-01-31
1
-0
/
+9
*
[clang-format] Fix regression that breaks comments without a comment prefix
Krasimir Georgiev
2017-01-30
1
-0
/
+12
*
[clang-format] Separate line comment sections after a right brace from commen...
Krasimir Georgiev
2017-01-30
1
-0
/
+58
*
[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
[next]