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
/
FormatTestObjC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-format] Add ability to wrap braces after multi-line control statements
Paul Hoad
2019-10-03
1
-2
/
+2
*
Adds support for formatting NS_CLOSED_ENUM and CF_CLOSED_ENUM alongside NS_EN...
Ben Hamilton
2019-07-22
1
-1
/
+6
*
[Format/ObjC] Avoid breaking between unary operators and operands
Ben Hamilton
2019-07-19
1
-0
/
+12
*
[clang-format] Refine structured binding detection
Krasimir Georgiev
2019-03-25
1
-0
/
+24
*
clang-format: distinguish ObjC call subexpressions after r355434
Krasimir Georgiev
2019-03-11
1
-0
/
+28
*
[Format/ObjC] Fix [foo bar]->baz formatting as lambda arrow
Ben Hamilton
2019-02-08
1
-0
/
+1
*
[clang-format] square parens with one token are not Objective-C message sends
Alex Lorenz
2019-01-24
1
-0
/
+14
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clang-format] Fix BraceWrapping AfterFunction for ObjC methods
Ben Hamilton
2018-10-12
1
-0
/
+10
*
[clang-format/ObjC] Put ObjC method arguments into one line when they fit
Jacek Olesiak
2018-07-09
1
-0
/
+42
*
[clang-format/ObjC] Improve split priorities for ObjC methods
Jacek Olesiak
2018-07-09
1
-2
/
+19
*
[clang-format/ObjC] Fix NS_SWIFT_NAME(foo(bar:baz:)) after ObjC method decl
Ben Hamilton
2018-06-29
1
-0
/
+8
*
[clang-format] Add AlwaysBreakBeforeMultilineString tests
Jacek Olesiak
2018-06-22
1
-0
/
+9
*
[clang-format] Disable AlwaysBreakBeforeMultilineStrings in Google style for ...
Ben Hamilton
2018-06-14
1
-0
/
+11
*
[clang-format/ObjC] Correctly parse Objective-C methods with 'class' in name
Ben Hamilton
2018-05-30
1
-1
/
+61
*
Revert "[clang-format] Fix putting ObjC message arguments in one line for mul...
Jacek Olesiak
2018-05-30
1
-35
/
+0
*
[clang-format] Fix putting ObjC message arguments in one line for multiline r...
Jacek Olesiak
2018-05-24
1
-0
/
+35
*
Revert "[clang-format] Fix putting ObjC message arguments in one line for mul...
Jacek Olesiak
2018-05-22
1
-29
/
+0
*
[clang-format/ObjC] Correctly annotate single-component ObjC method invocations
Ben Hamilton
2018-05-18
1
-0
/
+4
*
[clang-format] Fix putting ObjC message arguments in one line for multiline r...
Jacek Olesiak
2018-05-17
1
-0
/
+29
*
[clang] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-3
/
+3
*
[clang-format] Continue after non-scope-closers in getLengthToMatchingParen
Krasimir Georgiev
2018-05-14
1
-0
/
+12
*
[clang-format/ObjC] Use getIdentifierInfo() instead of tok::identifier
Ben Hamilton
2018-04-27
1
-1
/
+12
*
[clang-format] Do not break after ObjC category open paren
Ben Hamilton
2018-04-12
1
-0
/
+3
*
[clang-format] Don't insert space between ObjC class and lightweight generic
Ben Hamilton
2018-04-12
1
-2
/
+2
*
[clang-format] Always indent wrapped Objective-C selector names
Ben Hamilton
2018-04-12
1
-28
/
+9
*
[clang-format] Support lightweight Objective-C generics
Ben Hamilton
2018-04-05
1
-0
/
+12
*
[clang-format] Ensure ObjC selectors with 0 args are annotated correctly
Ben Hamilton
2018-04-05
1
-0
/
+17
*
[clang-format] In tests, expected code should be format-stable
Mark Zeren
2018-04-04
1
-0
/
+1
*
[clang-format/ObjC] Do not insert space after opening brace of ObjC dict literal
Ben Hamilton
2018-04-03
1
-0
/
+9
*
[clang-format] Ensure wrapped ObjC selectors with 1 arg obey IndentWrappedFun...
Ben Hamilton
2018-03-30
1
-0
/
+16
*
[clang-format] Do not insert space before closing brace in ObjC dict literal
Ben Hamilton
2018-03-27
1
-0
/
+30
*
[clang-format] Don't insert space between r_paren and 'new' in ObjC decl
Ben Hamilton
2018-03-22
1
-0
/
+12
*
[clang-format] Fix ObjC selectors with multiple params passed to macro
Ben Hamilton
2018-03-20
1
-0
/
+3
*
[clang-format] Improve detection of Objective-C block types
Ben Hamilton
2018-03-12
1
-0
/
+9
*
[clang-format] Improve detection of ObjC for-in statements
Ben Hamilton
2018-03-06
1
-0
/
+7
*
clang-format: use AfterControlStatement to format ObjC control blocks
Francois Ferrand
2018-02-27
1
-2
/
+4
*
clang-format: fix formatting of ObjC @synchronized blocks
Francois Ferrand
2018-02-27
1
-0
/
+18
*
[clang-format] Improve ObjC headers detection
Jacek Olesiak
2018-02-15
1
-8
/
+17
*
clang-format: keep ObjC colon alignment with short object name
Francois Ferrand
2018-02-09
1
-2
/
+22
*
[clang-format] Do not break Objective-C string literals inside array literals
Ben Hamilton
2018-02-08
1
-0
/
+6
*
[clang-format] Set ObjCBinPackProtocolList to Never for google style
Ben Hamilton
2018-02-08
1
-7
/
+10
*
[clang-format] Fix ObjC message arguments formatting.
Jacek Olesiak
2018-02-07
1
-0
/
+33
*
[clang-format] Add more tests for Objective-C 2.0 generic alignment
Ben Hamilton
2018-02-06
1
-0
/
+11
*
[clang-format] New format param ObjCBinPackProtocolList
Ben Hamilton
2018-02-02
1
-2
/
+15
*
[clang-format] Add more tests for ObjC protocol list formatting behavior
Ben Hamilton
2018-01-29
1
-0
/
+14
*
clang-format: Support macros in front of @interface / @protocol for ObjC code.
Nico Weber
2018-01-23
1
-0
/
+10
*
[ClangFormat] ObjCSpaceBeforeProtocolList should be true in the google style
Ben Hamilton
2018-01-18
1
-5
/
+5
*
[Format] Improve ObjC header guessing heuristic
Ben Hamilton
2018-01-17
1
-0
/
+60
*
Revert "[ClangFormat] IndentWrappedFunctionNames should be true in the google...
Ben Hamilton
2017-12-14
1
-5
/
+2
[next]