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
*
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
*
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
[next]