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: Add special case for leading comments in braced lists.
Daniel Jasper
2013-12-19
1
-8
/
+36
*
clang-format: Increase penalty for breaking comments.
Daniel Jasper
2013-12-19
1
-9
/
+9
*
clang-format: Slightly adapt decision of when to break before <<.
Daniel Jasper
2013-12-19
1
-0
/
+2
*
clang-format: Fix indentation corner case.
Daniel Jasper
2013-12-18
1
-0
/
+6
*
clang-format: Fix ObjC method expr in binary expressions.
Daniel Jasper
2013-12-18
1
-0
/
+2
*
clang-format: Don't adapt local format to macros.
Daniel Jasper
2013-12-17
1
-1
/
+24
*
clang-format: Keep trailing annotations together.
Daniel Jasper
2013-12-16
1
-0
/
+5
*
Always break before the colon in constructor initializers, when
Alexander Kornienko
2013-12-16
1
-12
/
+56
*
clang-format: Fix formatting of function type parameters.
Daniel Jasper
2013-12-16
1
-0
/
+1
*
clang-format: Improve handling of raw string literals.
Daniel Jasper
2013-12-16
1
-1
/
+11
*
Implemented GNU-style formatting for compound statements.
Alexander Kornienko
2013-12-12
1
-0
/
+88
*
Early attempts to format in GNU style.
Alexander Kornienko
2013-12-10
1
-0
/
+5
*
Allow predefined styles to define different options for different languages.
Alexander Kornienko
2013-12-10
1
-23
/
+86
*
Support GNU style rule to put a space before opening parenthesis.
Alexander Kornienko
2013-12-10
1
-4
/
+53
*
clang-format: Be more conservative about braced list column layout.
Daniel Jasper
2013-12-09
1
-0
/
+11
*
clang-format: Change line break decisions for array subscripts.
Daniel Jasper
2013-12-06
1
-0
/
+3
*
Fix a tranche of comment, test and doc typos
Alp Toker
2013-12-05
1
-2
/
+2
*
Added a regression test for the change in r196380
Alexander Kornienko
2013-12-04
1
-0
/
+8
*
Leave constructor initializer lists on one line in styles with no column limit.
Alexander Kornienko
2013-12-04
1
-6
/
+34
*
Create a separate file for JS-specific unit tests.
Alexander Kornienko
2013-12-03
1
-82
/
+10
*
clang-format: Fix excessive formatting caused by r195954.
Daniel Jasper
2013-12-02
1
-0
/
+7
*
Added LanguageStandard::LS_JavaScript to gate all JS-specific parsing.
Alexander Kornienko
2013-11-29
1
-11
/
+132
*
clang-format: Extends formatted ranges to subsequent lines comments.
Daniel Jasper
2013-11-29
1
-5
/
+35
*
clang-format: Correctly handle Qt's Q_SLOTS.
Daniel Jasper
2013-11-29
1
-0
/
+2
*
clang-format: Fix bad indentation of nested blocks.
Daniel Jasper
2013-11-29
1
-0
/
+17
*
clang-format: Improve selective formatting of nested statements.
Daniel Jasper
2013-11-28
1
-10
/
+48
*
Changed non-printable characters in the test to the escaped form. Apparently,...
Alexander Kornienko
2013-11-26
1
-6
/
+6
*
Fix crash in getStringSplit.
Alexander Kornienko
2013-11-26
1
-0
/
+12
*
clang-format: Refactor calculation of lines intersecting with -lines.
Daniel Jasper
2013-11-25
1
-2
/
+2
*
clang-format: Support Qt's slot access specifiers.
Daniel Jasper
2013-11-23
1
-0
/
+4
*
clang-format: Fix incorrect space in parameters named by comment.
Daniel Jasper
2013-11-23
1
-0
/
+1
*
clang-format: The "<" of a template argument is not a binary operator.
Daniel Jasper
2013-11-23
1
-0
/
+4
*
clang-format: Fix bug in ObjC method declaration formatting.
Daniel Jasper
2013-11-23
1
-0
/
+8
*
clang-format: Prefer column layout if possible.
Daniel Jasper
2013-11-23
1
-0
/
+8
*
clang-format: Fix bug in alignment of complex template parameters.
Daniel Jasper
2013-11-22
1
-0
/
+4
*
clang-format: Recognize braced lists with trailing function call.
Daniel Jasper
2013-11-22
1
-0
/
+2
*
Better implementation of JavaScript === and !== operators.
Alexander Kornienko
2013-11-21
1
-3
/
+10
*
clang-format: Improve formatting of ObjC method expressions.
Daniel Jasper
2013-11-21
1
-0
/
+11
*
Added an option to allow short function bodies be placed on a single line.
Alexander Kornienko
2013-11-20
1
-13
/
+19
*
Support for JavaScript === and !== operators.
Alexander Kornienko
2013-11-20
1
-0
/
+8
*
Fix bug where optimization would lead to strange line breaks.
Manuel Klimek
2013-11-20
1
-0
/
+5
*
Correctly mark first token in the presence of UTF-8 BOM.
Alexander Kornienko
2013-11-13
1
-0
/
+8
*
Remove extra whitespace instead of breaking the line in comments when possible.
Alexander Kornienko
2013-11-12
1
-0
/
+16
*
Do not insert backslashes, when breaking line comments after preprocessor dir...
Alexander Kornienko
2013-11-12
1
-0
/
+8
*
clang-format: Fix alignment of ObjC string literals.
Daniel Jasper
2013-11-09
1
-0
/
+7
*
clang-format: Improve clang-format's detection about comment binding.
Daniel Jasper
2013-11-08
1
-0
/
+20
*
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
[next]