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: better handle namespace macros
Francois Ferrand
2019-06-06
1
-0
/
+114
*
[clang-format] Allow configuring list of function-like macros that resolve to...
Francois Ferrand
2019-05-29
1
-0
/
+29
*
[clang-format] Fix bug in block comment reflow that joins * and /
Owen Pan
2019-05-03
1
-0
/
+18
*
[clang-format] Fix a bug in AlignConsecutiveDeclarations.
Owen Pan
2019-05-01
1
-0
/
+7
*
[clang-format] Fix bug that misses some function-like macro usages
Owen Pan
2019-05-01
1
-0
/
+6
*
[clang-format] Fix bug in reflow of block comments containing CR/LF
Owen Pan
2019-04-23
1
-0
/
+6
*
[clang-format] Fix incorrect formatting of keyword macro definition
Owen Pan
2019-04-18
1
-0
/
+6
*
[clang-format] Fix -Wconversion-null warning in GCC
Reuben Thomas
2019-04-15
1
-6
/
+1
*
[clang-format] [PR41170] Break after return type ignored with certain comment...
Paul Hoad
2019-04-15
1
-0
/
+20
*
[clang-format] Add AfterCaseLabel to BraceWrapping
Owen Pan
2019-04-08
1
-14
/
+36
*
[clang-format] Optionally insert a space after unary ! operator
Reuben Thomas
2019-04-08
1
-0
/
+17
*
[clang-format] Fix bug https://bugs.llvm.org/show_bug.cgi?id=41413
Owen Pan
2019-04-07
1
-0
/
+18
*
[clang-format] Fix Bug 41407
Owen Pan
2019-04-06
1
-0
/
+7
*
[clang-format] BreakAfterReturnType ignored on functions with numeric templat...
Paul Hoad
2019-04-06
1
-0
/
+36
*
[clang-format]: Add NonEmptyParentheses spacing option
Reuben Thomas
2019-03-30
1
-0
/
+56
*
[clang-format] Add style option AllowShortLambdasOnASingleLine
Ronald Wampler
2019-03-26
1
-0
/
+37
*
Clang-format: add finer-grained options for putting all arguments on one line
Paul Hoad
2019-03-23
1
-3
/
+196
*
[clang-format] BeforeHash added to IndentPPDirectives
Paul Hoad
2019-03-20
1
-16
/
+115
*
[clang-format] structured binding in range for detected as Objective C
Paul Hoad
2019-03-20
1
-0
/
+3
*
[clang-format] Propagate inferred language to getLLVMStyle() in getPredefined...
Jordan Rupprecht
2019-03-13
1
-0
/
+5
*
[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if a...
Paul Hoad
2019-03-13
1
-10
/
+65
*
Revert "[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not work...
Paul Hoad
2019-03-13
1
-65
/
+10
*
[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if a...
Paul Hoad
2019-03-13
1
-10
/
+65
*
[clang-format] broken after lambda with return type template with boolean lit...
Paul Hoad
2019-03-05
1
-0
/
+15
*
[clang-format] Fix lambdas returning template specialization that contains op...
Jan Korous
2019-03-05
1
-0
/
+90
*
[clang-format][NFC] Allow getLLVMStyle() to take a language
Jordan Rupprecht
2019-02-28
1
-0
/
+9
*
[clang-format] SpaceBeforeParens for lambda expressions
Andrew Ng
2019-02-26
1
-0
/
+2
*
clang-format with UseTab: Always sometimes doesn't insert the right amount of...
Alexander Kornienko
2019-02-15
1
-0
/
+3
*
[clang-format] Fix breaking of qualified operator
Krasimir Georgiev
2019-02-04
1
-0
/
+12
*
[clang-format] Fix line parsing for noexcept lambdas
Ben Hamilton
2019-01-30
1
-0
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clang-format] Do not treat asm clobber [ as ObjCExpr, refined
Krasimir Georgiev
2018-11-22
1
-0
/
+24
*
[clang-format] Do not treat the asm clobber [ as ObjCExpr
Krasimir Georgiev
2018-11-13
1
-0
/
+15
*
Fix ClangFormat issue of recognizing ObjC subscript as C++ attributes when me...
Yan Zhang
2018-11-09
1
-0
/
+2
*
[clang-format] tweaked another case of lambda formatting
Krasimir Georgiev
2018-10-31
1
-13
/
+85
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
1
-2
/
+2
*
clang-format: better handle statement macros
Francois Ferrand
2018-10-02
1
-0
/
+45
*
[ClangFormat] 'try' of function-try-block doesn't obey BraceWrapping
Owen Pan
2018-09-28
1
-0
/
+10
*
[clang-format] Do not merge short case labels if followed by a block.
Owen Pan
2018-09-21
1
-0
/
+24
*
[clang-Format] Fix indentation of member call after block
Ilya Biryukov
2018-09-17
1
-0
/
+34
*
[clang-format] Wrapped block after case label should not be merged into one line
Owen Pan
2018-09-13
1
-0
/
+26
*
clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'expor...
Sam McCall
2018-09-05
1
-0
/
+75
*
Fix Bug 38713: clang-format mishandles a short block after "default:" in a sw...
Jonas Toth
2018-09-02
1
-0
/
+18
*
[clang-format] fix PR38557 - comments between "default" and ':' causes the ca...
Jonas Toth
2018-08-24
1
-0
/
+16
*
[clang-format] fix PR38525 - Extraneous continuation indent spaces with Break...
Jonas Toth
2018-08-24
1
-0
/
+12
*
[Format] Fix for bug 35641
Ilya Biryukov
2018-08-01
1
-0
/
+8
*
[clang-format] Add SpaceBeforeCpp11BracedList option.
Hans Wennborg
2018-06-14
1
-0
/
+6
*
clang-format: Introduce BreakInheritanceList option
Francois Ferrand
2018-06-11
1
-8
/
+83
*
[clang-format] fix buildbots after r333085
Krasimir Georgiev
2018-05-23
1
-47
/
+46
*
[clang-format] Break template declarations followed by comments
Krasimir Georgiev
2018-05-23
1
-0
/
+52
[next]