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: [TableGen] Support ;-less include lines.
Daniel Jasper
2015-12-25
1
-0
/
+6
*
clang-format: Lower penalty for breaking between array subscripts.
Daniel Jasper
2015-12-23
1
-0
/
+2
*
clang-format: Fix incorrect pointer detection.
Daniel Jasper
2015-12-23
1
-0
/
+1
*
clang-format: Properly set the BlockKind for more blocks.
Daniel Jasper
2015-12-21
1
-1
/
+7
*
Fix invalid enum comparison.
Zachary Turner
2015-12-18
1
-1
/
+1
*
Support AlwaysBreakAfterReturnType
Zachary Turner
2015-12-18
1
-7
/
+74
*
clang-format: Add test for AlignAfterOpenBracket = AlwaysBreak in C++.
Daniel Jasper
2015-12-14
1
-0
/
+20
*
clang-format: Extend Linux-brace-wrapping test.
Daniel Jasper
2015-12-14
1
-0
/
+2
*
clang-format: Make wrapping after "./->" cheaper, even if the element
Daniel Jasper
2015-12-07
1
-4
/
+14
*
clang-format: Make it possible to turn off comment reflowing.
Daniel Jasper
2015-12-01
1
-0
/
+8
*
clang-format: treat Q_SIGNALS as an access modifier
Daniel Jasper
2015-12-01
1
-3
/
+13
*
This fixes https://llvm.org/bugs/show_bug.cgi?id=25329, as well as
Daniel Jasper
2015-12-01
1
-1
/
+55
*
clang-format: Re-add code path deleted in r253873 and add missing test.
Daniel Jasper
2015-11-23
1
-0
/
+1
*
clang-format: Fix incorrect cast detection.
Daniel Jasper
2015-11-23
1
-0
/
+1
*
clang-format: If the template list of a variable declaration spans
Daniel Jasper
2015-11-23
1
-1
/
+2
*
clang-format: Don't use incorrect space in macro calls with operators.
Daniel Jasper
2015-11-20
1
-0
/
+2
*
clang-format: Enable #include sorting by default.
Daniel Jasper
2015-11-16
1
-0
/
+2
*
Format: support inline namespaces
Saleem Abdulrasool
2015-10-30
1
-0
/
+7
*
clang-format: Undo unwanted format change done in r251405.
Daniel Jasper
2015-10-27
1
-0
/
+5
*
clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak.
Daniel Jasper
2015-10-27
1
-7
/
+19
*
clang-format: Fix false positive in cast detection.
Daniel Jasper
2015-10-26
1
-0
/
+5
*
clang-format: Fixed typecast getting put on a separate line from the
Daniel Jasper
2015-10-12
1
-0
/
+7
*
clang-format: Fixed missing space between Obj-C for/in and a typecast.
Daniel Jasper
2015-10-07
1
-0
/
+13
*
[clang-format] Stop alignment sequences on open braces and parens when
Daniel Jasper
2015-10-07
1
-0
/
+30
*
Make clang-format actually respect custom brace wrapping flags.
Daniel Jasper
2015-10-07
1
-2
/
+11
*
clang-format: Fix false ObjC block detection.
Daniel Jasper
2015-10-07
1
-0
/
+2
*
clang-format: Understand array reference types.
Daniel Jasper
2015-10-07
1
-0
/
+1
*
clang-format: Fix false positive in pointer/reference detection.
Daniel Jasper
2015-10-07
1
-0
/
+1
*
clang-format: Make IncludeCategories configurable in .clang-format file.
Daniel Jasper
2015-10-06
1
-0
/
+12
*
[clang-format] Add support of consecutive declarations alignment
Daniel Jasper
2015-10-01
1
-0
/
+184
*
clang-format: Add a new brace style "custom" as well as flags to
Daniel Jasper
2015-09-29
1
-1
/
+30
*
clang-format: Fix alignConsecutiveAssignments.
Daniel Jasper
2015-09-22
1
-0
/
+4
*
clang-format: Fix merging short case labels with comments.
Daniel Jasper
2015-09-21
1
-0
/
+3
*
clang-format: Don't let a leading "template <..>" lead to wrapped initializers.
Daniel Jasper
2015-08-27
1
-0
/
+7
*
clang-format: Add space before member function reference qualifiers.
Daniel Jasper
2015-08-25
1
-27
/
+30
*
clang-format: Always allow break after leading annotations.
Daniel Jasper
2015-08-24
1
-0
/
+2
*
clang-format: Make formatting of member function reference qualifiers
Daniel Jasper
2015-08-24
1
-3
/
+6
*
clang-format: Properly handle braced lists in macros.
Daniel Jasper
2015-08-24
1
-0
/
+1
*
clang-format: Be more conservative about specially indenting blocks in C++.
Daniel Jasper
2015-08-21
1
-12
/
+21
*
clang-format: Don't remove space between #elif and parentheses.
Daniel Jasper
2015-08-14
1
-0
/
+2
*
clang-format: Inside decltype(), there is an expression.
Daniel Jasper
2015-08-13
1
-0
/
+1
*
clang-format: Fix incorrect lambda-detection.
Daniel Jasper
2015-08-13
1
-0
/
+1
*
clang-format: Make SpaceBeforeParens work with overloaded operators.
Daniel Jasper
2015-08-11
1
-0
/
+4
*
Add WebKit brace style configuration option.
Roman Kashitsyn
2015-08-10
1
-7
/
+50
*
Do not force linebreaks when MaxEmptyLinesToKeep is 0.
Manuel Klimek
2015-07-28
1
-0
/
+7
*
clang-format: Fix unary operator detection in for loops.
Daniel Jasper
2015-07-21
1
-0
/
+1
*
clang-format: Fix crasher when a UTF8 character is found in an escape
Daniel Jasper
2015-07-20
1
-0
/
+5
*
clang-format: Take nested lines into account when detection C++03
Daniel Jasper
2015-07-18
1
-0
/
+11
*
clang-format: Respect IndentWrappedFunctionNames when aligning colons
Daniel Jasper
2015-07-16
1
-0
/
+16
*
clang-format: Fix return type breaking with overloaded operator functions
Birunthan Mohanathas
2015-07-15
1
-0
/
+26
[prev]
[next]