summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTestObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] Add ability to wrap braces after multi-line control statementsPaul Hoad2019-10-031-2/+2
* Adds support for formatting NS_CLOSED_ENUM and CF_CLOSED_ENUM alongside NS_EN...Ben Hamilton2019-07-221-1/+6
* [Format/ObjC] Avoid breaking between unary operators and operandsBen Hamilton2019-07-191-0/+12
* [clang-format] Refine structured binding detectionKrasimir Georgiev2019-03-251-0/+24
* clang-format: distinguish ObjC call subexpressions after r355434Krasimir Georgiev2019-03-111-0/+28
* [Format/ObjC] Fix [foo bar]->baz formatting as lambda arrowBen Hamilton2019-02-081-0/+1
* [clang-format] square parens with one token are not Objective-C message sendsAlex Lorenz2019-01-241-0/+14
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-format] Fix BraceWrapping AfterFunction for ObjC methodsBen Hamilton2018-10-121-0/+10
* [clang-format/ObjC] Put ObjC method arguments into one line when they fitJacek Olesiak2018-07-091-0/+42
* [clang-format/ObjC] Improve split priorities for ObjC methodsJacek Olesiak2018-07-091-2/+19
* [clang-format/ObjC] Fix NS_SWIFT_NAME(foo(bar:baz:)) after ObjC method declBen Hamilton2018-06-291-0/+8
* [clang-format] Add AlwaysBreakBeforeMultilineString testsJacek Olesiak2018-06-221-0/+9
* [clang-format] Disable AlwaysBreakBeforeMultilineStrings in Google style for ...Ben Hamilton2018-06-141-0/+11
* [clang-format/ObjC] Correctly parse Objective-C methods with 'class' in nameBen Hamilton2018-05-301-1/+61
* Revert "[clang-format] Fix putting ObjC message arguments in one line for mul...Jacek Olesiak2018-05-301-35/+0
* [clang-format] Fix putting ObjC message arguments in one line for multiline r...Jacek Olesiak2018-05-241-0/+35
* Revert "[clang-format] Fix putting ObjC message arguments in one line for mul...Jacek Olesiak2018-05-221-29/+0
* [clang-format/ObjC] Correctly annotate single-component ObjC method invocationsBen Hamilton2018-05-181-0/+4
* [clang-format] Fix putting ObjC message arguments in one line for multiline r...Jacek Olesiak2018-05-171-0/+29
* [clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-3/+3
* [clang-format] Continue after non-scope-closers in getLengthToMatchingParenKrasimir Georgiev2018-05-141-0/+12
* [clang-format/ObjC] Use getIdentifierInfo() instead of tok::identifierBen Hamilton2018-04-271-1/+12
* [clang-format] Do not break after ObjC category open parenBen Hamilton2018-04-121-0/+3
* [clang-format] Don't insert space between ObjC class and lightweight genericBen Hamilton2018-04-121-2/+2
* [clang-format] Always indent wrapped Objective-C selector namesBen Hamilton2018-04-121-28/+9
* [clang-format] Support lightweight Objective-C genericsBen Hamilton2018-04-051-0/+12
* [clang-format] Ensure ObjC selectors with 0 args are annotated correctlyBen Hamilton2018-04-051-0/+17
* [clang-format] In tests, expected code should be format-stableMark Zeren2018-04-041-0/+1
* [clang-format/ObjC] Do not insert space after opening brace of ObjC dict literalBen Hamilton2018-04-031-0/+9
* [clang-format] Ensure wrapped ObjC selectors with 1 arg obey IndentWrappedFun...Ben Hamilton2018-03-301-0/+16
* [clang-format] Do not insert space before closing brace in ObjC dict literalBen Hamilton2018-03-271-0/+30
* [clang-format] Don't insert space between r_paren and 'new' in ObjC declBen Hamilton2018-03-221-0/+12
* [clang-format] Fix ObjC selectors with multiple params passed to macroBen Hamilton2018-03-201-0/+3
* [clang-format] Improve detection of Objective-C block typesBen Hamilton2018-03-121-0/+9
* [clang-format] Improve detection of ObjC for-in statementsBen Hamilton2018-03-061-0/+7
* clang-format: use AfterControlStatement to format ObjC control blocksFrancois Ferrand2018-02-271-2/+4
* clang-format: fix formatting of ObjC @synchronized blocksFrancois Ferrand2018-02-271-0/+18
* [clang-format] Improve ObjC headers detectionJacek Olesiak2018-02-151-8/+17
* clang-format: keep ObjC colon alignment with short object nameFrancois Ferrand2018-02-091-2/+22
* [clang-format] Do not break Objective-C string literals inside array literalsBen Hamilton2018-02-081-0/+6
* [clang-format] Set ObjCBinPackProtocolList to Never for google styleBen Hamilton2018-02-081-7/+10
* [clang-format] Fix ObjC message arguments formatting.Jacek Olesiak2018-02-071-0/+33
* [clang-format] Add more tests for Objective-C 2.0 generic alignmentBen Hamilton2018-02-061-0/+11
* [clang-format] New format param ObjCBinPackProtocolListBen Hamilton2018-02-021-2/+15
* [clang-format] Add more tests for ObjC protocol list formatting behaviorBen Hamilton2018-01-291-0/+14
* clang-format: Support macros in front of @interface / @protocol for ObjC code.Nico Weber2018-01-231-0/+10
* [ClangFormat] ObjCSpaceBeforeProtocolList should be true in the google styleBen Hamilton2018-01-181-5/+5
* [Format] Improve ObjC header guessing heuristicBen Hamilton2018-01-171-0/+60
* Revert "[ClangFormat] IndentWrappedFunctionNames should be true in the google...Ben Hamilton2017-12-141-5/+2
OpenPOWER on IntegriCloud