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
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-format: better handle namespace macros
Francois Ferrand
2019-06-06
2
-0
/
+384
*
[clang-format] Allow configuring list of function-like macros that resolve to...
Francois Ferrand
2019-05-29
1
-0
/
+29
*
[NFC] clang-format: Use LLVM style in NamespaceEndCommentsFixerTest
Francois Ferrand
2019-05-29
1
-148
/
+149
*
Revert "Revert "[clang-format] Keep protobuf "package" statement on one line""
Krasimir Georgiev
2019-05-10
1
-0
/
+10
*
[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 indent of trailing raw string param after newline
Krasimir Georgiev
2019-04-18
1
-0
/
+14
*
[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] Use SpacesBeforeTrailingComments for "option" directive
Krasimir Georgiev
2019-04-12
1
-0
/
+4
*
[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] Preserve include blocks in ObjC Google style
Krasimir Georgiev
2019-04-04
1
-0
/
+12
*
[clang-format] Do not emit replacements while regrouping if Cpp includes are OK
Krasimir Georgiev
2019-04-03
1
-9
/
+25
*
[clang-format] Regroup #includes into blocks for Google style
Eric Liu
2019-04-03
2
-3
/
+15
*
[clang-format] [PR41187] moves Java import statements to the wrong location i...
Paul Hoad
2019-03-30
1
-0
/
+15
*
[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] Refine structured binding detection
Krasimir Georgiev
2019-03-25
1
-0
/
+24
*
Revert "[clang-format] Keep protobuf "package" statement on one line"
Haojian Wu
2019-03-25
1
-6
/
+0
*
[clang-format] Keep protobuf "package" statement on one line
Paul Hoad
2019-03-23
1
-0
/
+6
*
Clang-format: add finer-grained options for putting all arguments on one line
Paul Hoad
2019-03-23
1
-3
/
+196
*
[clang-format] correctly format protobuf fields named "enum".
Paul Hoad
2019-03-23
1
-0
/
+6
*
[clang-format] Add basic support for formatting C# files
Paul Hoad
2019-03-21
2
-0
/
+185
*
[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] [JS] handle private members.
Martin Probst
2019-03-19
1
-1
/
+23
*
[clang-format] [JS] Don't break between template string and tag
Martin Probst
2019-03-19
1
-0
/
+6
*
[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
2
-11
/
+66
*
Revert "[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not work...
Paul Hoad
2019-03-13
2
-66
/
+11
*
[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if a...
Paul Hoad
2019-03-13
2
-11
/
+66
*
clang-format: distinguish ObjC call subexpressions after r355434
Krasimir Georgiev
2019-03-11
1
-0
/
+28
*
[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] clang-format off/on not respected when using C Style comments
Paul Hoad
2019-03-02
1
-0
/
+37
*
[clang-format][TableGen] Don't add spaces around items in square braces.
Jordan Rupprecht
2019-03-01
1
-0
/
+4
*
[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] Do not emit replacements if Java imports are OK
Krasimir Georgiev
2019-02-20
1
-0
/
+8
*
clang-format with UseTab: Always sometimes doesn't insert the right amount of...
Alexander Kornienko
2019-02-15
1
-0
/
+3
*
[Format/ObjC] Fix [foo bar]->baz formatting as lambda arrow
Ben Hamilton
2019-02-08
1
-0
/
+1
*
[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
[next]