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 formatting of operators forced to new lines.
Daniel Jasper
2013-11-08
1
-0
/
+8
*
clang-format: Don't auto-break short macros in WebKit style.
Daniel Jasper
2013-11-08
1
-0
/
+9
*
clang-format: Improve linebreaking and indentation for ObjC calls.
Daniel Jasper
2013-11-08
1
-0
/
+12
*
clang-format: Properly indent ObjC calls wrapped before first selector
Daniel Jasper
2013-11-08
1
-0
/
+3
*
clang-format: Make breaking before ternary operators configurable.
Daniel Jasper
2013-11-08
1
-0
/
+89
*
clang-format: Improve binary operator detection in macros.
Daniel Jasper
2013-11-07
1
-0
/
+1
*
clang-format: Improve ObjC variadic and binary expression parameters.
Daniel Jasper
2013-11-07
1
-0
/
+8
*
clang-format: Improve formatting of constructor initializers.
Daniel Jasper
2013-11-07
1
-0
/
+3
*
clang-format: Remove old hack that mainly made incorrect tests pass.
Daniel Jasper
2013-11-07
1
-11
/
+24
*
clang-format: Fix corner case for brace alignment.
Daniel Jasper
2013-11-07
1
-0
/
+5
*
clang-format: Allow line merging and partial formatting of nested blocks
Daniel Jasper
2013-11-05
1
-0
/
+39
*
clang-format: Fix indenting corner case with comment and else.
Daniel Jasper
2013-10-30
1
-0
/
+7
*
clang-format: Fix whitespaces in include directives.
Daniel Jasper
2013-10-30
1
-2
/
+3
*
clang-format: fix for \r\r\n produced in multiline block comments
Daniel Jasper
2013-10-30
1
-0
/
+11
*
clang-format: Option to control spacing in template argument lists.
Daniel Jasper
2013-10-29
1
-0
/
+26
*
clang-format: Fix overloaded operator for global-scoped conversions.
Daniel Jasper
2013-10-29
1
-0
/
+1
*
clang-format: Fix ObjC method exprs with variadic parameters.
Daniel Jasper
2013-10-26
1
-0
/
+4
*
clang-format: Adapt line break penalties for LLVM style.
Daniel Jasper
2013-10-25
1
-7
/
+9
*
clang-format: Properly reset nested AnnotatedLine structure.
Daniel Jasper
2013-10-24
1
-0
/
+7
*
clang-format: Be more conservative about column layout formatting.
Daniel Jasper
2013-10-24
1
-6
/
+8
*
clang-format: Cleanup array initializer and dict initializer formatting.
Daniel Jasper
2013-10-24
1
-20
/
+46
*
clang-format: Fix ObjC literal indentation in Google style.
Daniel Jasper
2013-10-22
1
-0
/
+12
*
clang-format: Improve formatting of ObjC array literals.
Daniel Jasper
2013-10-22
1
-0
/
+8
*
Remove incorrect assert.
Manuel Klimek
2013-10-22
1
-0
/
+6
*
Fixes PR17617: Crash on joining short if statements.
Manuel Klimek
2013-10-21
1
-0
/
+13
*
clang-format: Better understand Lambda poarameters.
Daniel Jasper
2013-10-20
1
-0
/
+1
*
clang-format: Fix formatting of nested blocks after comment.
Daniel Jasper
2013-10-20
1
-0
/
+6
*
clang-format: Support case ranges.
Daniel Jasper
2013-10-20
1
-0
/
+8
*
clang-format: Improve formatting of ObjC dict literals.
Daniel Jasper
2013-10-20
1
-6
/
+9
*
clang-format: Be more aggressive on incorrect code.
Daniel Jasper
2013-10-18
1
-6
/
+6
*
clang-format: Don't force linebreak between return and multiline string.
Daniel Jasper
2013-10-18
1
-0
/
+6
*
Make clang-format slightly more willing to break before trailing annotations.
Daniel Jasper
2013-10-18
1
-16
/
+19
*
clang-format: Improve formatting of templated builder-type calls.
Daniel Jasper
2013-10-18
1
-0
/
+7
*
clang-format: Make continuation indent width configurable.
Daniel Jasper
2013-10-18
1
-0
/
+19
*
Keep track of indentation levels in static initializers for correct indentati...
Alexander Kornienko
2013-10-14
1
-0
/
+15
*
Automatically munch semicolons after blocks.
Manuel Klimek
2013-10-12
1
-0
/
+7
*
clang-format: Fix assertion on unterminated #ifs.
Daniel Jasper
2013-10-12
1
-0
/
+2
*
clang-format: No space in "<::" in C++11 mode.
Daniel Jasper
2013-10-12
1
-0
/
+6
*
Don't break string literals inside preprocessor directives.
Alexander Kornienko
2013-10-11
1
-5
/
+19
*
Support formatting of preprocessor branches.
Manuel Klimek
2013-10-11
1
-10
/
+54
*
clang-format: Don't remove 'unknown' tokens.
Daniel Jasper
2013-10-11
1
-0
/
+10
*
Correctly detect colon in bit fields. Fixes PR17333.
Alexander Kornienko
2013-10-10
1
-0
/
+4
*
clang-format: Fix template declaration line breaking with comment.
Daniel Jasper
2013-10-09
1
-0
/
+3
*
clang-format: Improve indentation when deriving from templated classes.
Daniel Jasper
2013-10-08
1
-0
/
+5
*
clang-format: Improve constructor initializer linewrapping.
Daniel Jasper
2013-10-08
1
-0
/
+14
*
Fix incorrect detection of class definitions with alignas specification.
Manuel Klimek
2013-10-07
1
-0
/
+1
*
clang-format: Remove empty lines after visibility modifiers.
Daniel Jasper
2013-10-06
1
-0
/
+12
*
clang-format: Improve alignment after 'return'.
Daniel Jasper
2013-09-30
1
-0
/
+3
*
clang-format: Fix assertion on incomplete string literals.
Daniel Jasper
2013-09-29
1
-0
/
+5
*
Added a comment and another test for the UT_ForIndentation option
Alexander Kornienko
2013-09-27
1
-1
/
+13
[next]