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
/
lib
/
Format
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
clang-format: Disable across-block include reordering.
Nico Weber
2019-08-23
1
-0
/
+21
*
[clang-format] Recognize ECMAScript module .mjs as JavaScript
Fangrui Song
2019-08-23
1
-2
/
+3
*
[clang-format] Fix a bug that joins template closer and =
Owen Pan
2019-08-18
1
-1
/
+1
*
[clang-format] Fix the bug that joins template closer and > or >>
Owen Pan
2019-08-16
1
-0
/
+2
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
3
-6
/
+6
*
[clang-format] Expand AllowShortBlocksOnASingleLine for WebKit
Owen Pan
2019-08-11
3
-8
/
+20
*
[clang-format] Add SpaceInEmptyBlock option for WebKit
Owen Pan
2019-08-10
2
-1
/
+4
*
[clang-format] fix crash involving invalid preprocessor line
Krasimir Georgiev
2019-08-08
1
-0
/
+2
*
[clang-format] Fix a bug that doesn't break braces before unions for Allman
Owen Pan
2019-08-02
1
-0
/
+1
*
clang-format clang/lib/Format
Nico Weber
2019-07-29
5
-19
/
+17
*
clang-format: Support `if CONSTEXPR` if CONSTEXPR is a macro.
Nico Weber
2019-07-27
4
-10
/
+19
*
[Format] getFormattingLangOpts: make LS_Auto uses LS_Cpp11 lexing rule
Fangrui Song
2019-07-24
1
-4
/
+7
*
[Format] Make it easy to add new format::FormatStyle::LanguageStandard. NFCI
Fangrui Song
2019-07-24
2
-6
/
+6
*
clang-format: Fix namespace end comments for namespaces with attributes and m...
Nico Weber
2019-07-23
2
-4
/
+21
*
Adds support for formatting NS_CLOSED_ENUM and CF_CLOSED_ENUM alongside NS_EN...
Ben Hamilton
2019-07-22
3
-5
/
+11
*
[Format/ObjC] Avoid breaking between unary operators and operands
Ben Hamilton
2019-07-19
1
-0
/
+2
*
[clang-format] Don't detect call to ObjC class method as C++11 attribute spec...
Ben Hamilton
2019-07-16
1
-1
/
+5
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
clang-format: Add new style option AlignConsecutiveMacros
Sam McCall
2019-07-02
3
-0
/
+130
*
clang-format: better handle namespace macros
Francois Ferrand
2019-06-06
8
-50
/
+121
*
[clang-format] Allow configuring list of function-like macros that resolve to...
Francois Ferrand
2019-05-29
4
-7
/
+15
*
[clang-format] Fixed self assignment
David Bolvansky
2019-05-15
1
-1
/
+0
*
Revert "Revert "[clang-format] Keep protobuf "package" statement on one line""
Krasimir Georgiev
2019-05-10
1
-3
/
+3
*
[clang-format] Fix bug in block comment reflow that joins * and /
Owen Pan
2019-05-03
2
-2
/
+21
*
[clang-format] Fix a bug in AlignConsecutiveDeclarations.
Owen Pan
2019-05-01
1
-3
/
+15
*
[clang-format] Fix bug that misses some function-like macro usages
Owen Pan
2019-05-01
1
-4
/
+9
*
Use llvm::stable_sort
Fangrui Song
2019-04-24
3
-14
/
+10
*
[clang-format] Fix bug in reflow of block comments containing CR/LF
Owen Pan
2019-04-23
4
-5
/
+8
*
[clang-format] Fix incorrect formatting of keyword macro definition
Owen Pan
2019-04-18
1
-1
/
+1
*
[clang-format] Fix indent of trailing raw string param after newline
Krasimir Georgiev
2019-04-18
2
-11
/
+22
*
[clang-format] Remove unused Environment constructor.
Alexander Kornienko
2019-04-18
1
-4
/
+0
*
[clang-format] [PR41170] Break after return type ignored with certain comment...
Paul Hoad
2019-04-15
1
-3
/
+11
*
[clang-format] Use SpacesBeforeTrailingComments for "option" directive
Krasimir Georgiev
2019-04-12
1
-1
/
+4
*
[clang-format] Add AfterCaseLabel to BraceWrapping
Owen Pan
2019-04-08
2
-6
/
+16
*
[clang-format] Optionally insert a space after unary ! operator
Reuben Thomas
2019-04-08
2
-1
/
+4
*
[clang-format] Fix bug https://bugs.llvm.org/show_bug.cgi?id=41413
Owen Pan
2019-04-07
1
-3
/
+9
*
[clang-format] Fix Bug 41407
Owen Pan
2019-04-06
1
-1
/
+1
*
[clang-format] BreakAfterReturnType ignored on functions with numeric templat...
Paul Hoad
2019-04-06
1
-1
/
+1
*
Updating Chromium's Java import order
Nico Weber
2019-04-04
1
-3
/
+10
*
[clang-format] Preserve include blocks in ObjC Google style
Krasimir Georgiev
2019-04-04
1
-0
/
+5
*
[clang-format] Do not emit replacements while regrouping if Cpp includes are OK
Krasimir Georgiev
2019-04-03
1
-4
/
+16
*
[clang-format] Regroup #includes into blocks for Google style
Eric Liu
2019-04-03
1
-0
/
+1
*
[clang-format] [PR41187] moves Java import statements to the wrong location i...
Paul Hoad
2019-03-30
1
-1
/
+1
*
[clang-format]: Add NonEmptyParentheses spacing option
Reuben Thomas
2019-03-30
3
-4
/
+14
*
[clang-format] Add style option AllowShortLambdasOnASingleLine
Ronald Wampler
2019-03-26
4
-6
/
+35
*
[clang-format] Refine structured binding detection
Krasimir Georgiev
2019-03-25
1
-8
/
+8
*
Revert "[clang-format] Keep protobuf "package" statement on one line"
Haojian Wu
2019-03-25
1
-3
/
+3
*
[clang-format] Keep protobuf "package" statement on one line
Paul Hoad
2019-03-23
1
-3
/
+3
*
Clang-format: add finer-grained options for putting all arguments on one line
Paul Hoad
2019-03-23
2
-6
/
+33
*
[clang-format] correctly format protobuf fields named "enum".
Paul Hoad
2019-03-23
1
-0
/
+4
[prev]
[next]