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] Adds a canonical delimiter to raw string formatting
Krasimir Georgiev
2018-01-19
2
-12
/
+66
*
[clang-format] Fix shortening blocks in macros causing merged next line
Krasimir Georgiev
2018-01-19
1
-3
/
+9
*
[ClangFormat] ObjCSpaceBeforeProtocolList should be true in the google style
Ben Hamilton
2018-01-18
1
-1
/
+1
*
[clang-format] Replace unordered_set with an array
Krasimir Georgiev
2018-01-17
1
-14
/
+5
*
[Format] Improve ObjC header guessing heuristic
Ben Hamilton
2018-01-17
1
-8
/
+116
*
[clang-format] adds enclosing function detection to raw string formatting
Krasimir Georgiev
2018-01-17
3
-15
/
+61
*
[clang-format] Reorganize RawStringFormat based on language
Krasimir Georgiev
2018-01-17
2
-9
/
+28
*
[clang-format] Adds a FormatStyleSet
Krasimir Georgiev
2018-01-15
1
-9
/
+49
*
Revert "[ClangFormat] IndentWrappedFunctionNames should be true in the google...
Ben Hamilton
2017-12-14
1
-1
/
+0
*
[ClangFormat] IndentWrappedFunctionNames should be true in the google ObjC style
Ben Hamilton
2017-12-14
1
-0
/
+1
*
[c++20] P0515R3: Parsing support and basic AST construction for operator <=>.
Richard Smith
2017-12-14
3
-3
/
+6
*
[clang-format] Improve ObjC headers detection.
Krasimir Georgiev
2017-12-12
1
-1
/
+3
*
Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...
Aaron Ballman
2017-12-04
1
-1
/
+1
*
Fix bug where we wouldn't break columns over the limit.
Manuel Klimek
2017-12-04
2
-2
/
+8
*
Better trade-off for excess characters vs. staying within the column limits.
Manuel Klimek
2017-12-01
2
-13
/
+58
*
clang-format: [JS] do not wrap after async/await.
Martin Probst
2017-11-30
1
-6
/
+6
*
Fix 'control reaches end of non-void' warning by using llvm_unreachable.
Manuel Klimek
2017-11-29
1
-3
/
+2
*
Restructure how we break tokens.
Manuel Klimek
2017-11-29
3
-522
/
+571
*
[clang-format] Add option to group multiple #include blocks when sorting incl...
Krasimir Georgiev
2017-11-27
1
-3
/
+25
*
clang-format: [JS] do not collapse short classes.
Martin Probst
2017-11-25
1
-2
/
+7
*
clang-format: [JS] handle semis in generic types.
Martin Probst
2017-11-25
1
-7
/
+10
*
clang-format: [JS] handle `for` as object label.
Martin Probst
2017-11-25
1
-1
/
+3
*
clang-format: [JS] disable ASI on decorators.
Martin Probst
2017-11-25
1
-5
/
+10
*
[clang-format] Deduplicate using declarations
Krasimir Georgiev
2017-11-24
1
-0
/
+20
*
clang-format: [JS] do not break in ArrayType[].
Martin Probst
2017-11-24
1
-0
/
+3
*
clang-format: [JS] do not wrap before yield.
Martin Probst
2017-11-24
1
-2
/
+2
*
clang-format: [JS] space between ! assert and in.
Martin Probst
2017-11-24
1
-2
/
+3
*
clang-format: [JS] handle destructuring `of`.
Martin Probst
2017-11-24
1
-2
/
+4
*
FormatInternal.h: Add missing includes.
David Blaikie
2017-11-21
1
-0
/
+4
*
clang-format: remove trailing lines in lamdas and arrow functions.
Martin Probst
2017-11-17
2
-1
/
+14
*
[clang-format] Add text proto filename detection
Krasimir Georgiev
2017-11-17
1
-0
/
+5
*
Implement more accurate penalty & trade-offs while breaking protruding tokens.
Manuel Klimek
2017-11-17
3
-18
/
+79
*
Refactor ContinuationIndenter's breakProtrudingToken logic.
Manuel Klimek
2017-11-14
3
-64
/
+97
*
Update link to protobuf
Hans Wennborg
2017-11-13
1
-1
/
+1
*
[clang-format] Handle leading comments in using declaration
Daniel Jasper
2017-11-10
1
-4
/
+6
*
[clang-format] Support python-style comments in text protos
Krasimir Georgiev
2017-11-10
4
-7
/
+43
*
[clang-format] Sort using declarations by splitting on '::'
Krasimir Georgiev
2017-11-09
1
-20
/
+40
*
[clang-format] Apply a clang-tidy suggestion, NFC
Krasimir Georgiev
2017-11-09
1
-1
/
+1
*
[clang-format] Fix a clang-tidy finding, NFC
Krasimir Georgiev
2017-11-09
1
-1
/
+1
*
[clang-format] Fix argument name comment, NFC
Krasimir Georgiev
2017-11-09
1
-1
/
+1
*
[clang-format] Handle unary operator overload with arguments and specifiers
Daniel Jasper
2017-11-06
1
-1
/
+2
*
[clang-format] Sort using-declarations case sensitively with a special case f...
Krasimir Georgiev
2017-11-03
1
-2
/
+21
*
[clang-format] Make parseUnaryOperator non-recursive, NFCI
Krasimir Georgiev
2017-11-01
1
-10
/
+8
*
clang/lib/Format/Format.cpp: Fix warnings introduced in rL316903. [-Wpedantic]
NAKAMURA Takumi
2017-11-01
1
-2
/
+2
*
[clang-format] Handle CRLF correctly when formatting escaped newlines
Krasimir Georgiev
2017-10-30
1
-5
/
+13
*
Keep MSVC2015 happy after r316903
Krasimir Georgiev
2017-10-30
1
-2
/
+2
*
[clang-format] Format raw string literals
Krasimir Georgiev
2017-10-30
21
-107
/
+482
*
[clang-format] Sort whole block of using declarations while partially formatting
Krasimir Georgiev
2017-10-18
1
-1
/
+12
*
[clang-format] Break non-trailing comments, try 2
Krasimir Georgiev
2017-10-16
4
-1
/
+34
*
[clang-format] Fix regression about short functions after #else
Krasimir Georgiev
2017-10-02
1
-2
/
+1
[next]