summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC
Commit message (Expand)AuthorAgeFilesLines
* Merging r354074:Hans Wennborg2019-02-151-0/+7
* Merging r353976:Hans Wennborg2019-02-141-1/+14
* Merging r352672:Hans Wennborg2019-02-011-0/+2
* Merging r351459:Hans Wennborg2019-01-182-4/+22
* Improve a -Wunguarded-availability noteErik Pilkington2019-01-144-36/+37
* [Sema] If CheckPlaceholderExpr rewrites the initializer of an autoAkira Hatanaka2019-01-111-2/+14
* [Sema] Call CheckPlaceholderExpr to resolve typeof or decltypeAkira Hatanaka2019-01-101-0/+3
* [ObjC] Allow the use of implemented unavailable methods from withinAlex Lorenz2019-01-091-0/+68
* [ObjCARC] Add an new attribute, objc_externally_retainedErik Pilkington2019-01-042-0/+121
* [ObjC] Messages to 'self' in class methods that return 'instancetype' shouldAlex Lorenz2018-12-201-0/+39
* Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...Pete Cooper2018-12-181-7/+7
* Move AST tests into their own test directory; NFC.Aaron Ballman2018-11-305-125/+0
* os_log: Allow specifying mask type in format string.Akira Hatanaka2018-11-061-0/+4
* Support enums with a fixed underlying type in all language modes.Erik Pilkington2018-09-281-0/+5
* [Sema][ObjC] Infer availability of +new from availability of -init.Erik Pilkington2018-09-101-0/+58
* Add -Wobjc-property-assign-on-object-type.John McCall2018-09-052-2/+21
* [ObjC] Error out when using forward-declared protocol in a @protocolAlex Lorenz2018-08-171-3/+3
* Clean up and simplify RequireCompleteType.Richard Smith2018-08-071-1/+1
* Append new attributes to the end of an AttributeList.Michael Kruse2018-08-031-7/+7
* [Sema][ObjC] Do not propagate the nullability specifier on the receiverAkira Hatanaka2018-07-261-0/+11
* [Sema] Emit -Wincomplete-implementation for partial methods.Erik Pilkington2018-07-071-0/+7
* [Sema] -Wformat-pedantic only for NSInteger/NSUInteger %tu/%td on DarwinAlex Lorenz2018-07-051-0/+22
* [Sema] -Wformat-pedantic only for NSInteger/NSUInteger %zu/%zi on DarwinJF Bastien2018-06-221-0/+30
* Reapply "[Parse] Use CapturedStmt for @finally on MSVC"Shoaib Meenai2018-06-082-1/+15
* Revert "[Parse] Use CapturedStmt for @finally on MSVC"Shoaib Meenai2018-06-071-14/+0
* [Parse] Use CapturedStmt for @finally on MSVCShoaib Meenai2018-06-071-0/+14
* Check pointer null-ness before dereferencing it.Richard Trieu2018-05-291-0/+3
* [Sema][ObjC] Do not DiagnoseUseOfDecl in LookupMemberExprSteven Wu2018-05-241-0/+11
* Sema: diagnose invalid catch parameter in ObjCSaleem Abdulrasool2018-05-201-0/+9
* Use dotted format of version tuple for availability diagnosticsJan Korous2018-05-171-2/+2
* Remove the fixit for the diagnostics regarding capturing autoreleasing variab...George Karpenkov2018-05-141-13/+7
* [ObjC] Supress the 'implementing unavailable method' warning whenAlex Lorenz2018-05-031-0/+24
* [ObjC] The absence of ownership qualifiers on an ambiguous property leadsAlex Lorenz2018-05-021-0/+35
* [Sema] Warn about memcpy'ing non-trivial C structs.Akira Hatanaka2018-04-171-0/+39
* Remove GC-related warning terminologyDuncan P. N. Exon Smith2018-04-172-2/+2
* [Availability] Improve availability to consider functions run at load timeSteven Wu2018-04-161-1/+43
* Revert "[ObjC] Make C++ triviality type traits available to non-trivial C"Akira Hatanaka2018-04-091-32/+0
* Allow equality comparisons between block pointers andJohn McCall2018-04-071-0/+51
* Fix typos in clangAlexander Kornienko2018-04-063-3/+3
* Remove the temporary availability checking workaround forAlex Lorenz2018-04-051-2/+2
* [ObjC] Make C++ triviality type traits available to non-trivial CAkira Hatanaka2018-04-051-0/+32
* Revert r328680 ("[ObjC] Make C++ triviality type traits available to non-triv...Richard Smith2018-04-051-25/+0
* [Sema] Make deprecation fix-it replace all multi-parameter ObjC method slots.Volodymyr Sapsai2018-03-291-0/+177
* [ast] Do not auto-initialize Objective-C for-loop variables in Objective-C++ ...George Karpenkov2018-03-291-0/+15
* Fix some handling of AST nodes with diagnostics.Richard Trieu2018-03-282-4/+4
* [ObjC] Make C++ triviality type traits available to non-trivial CAkira Hatanaka2018-03-281-0/+25
* [Sema] Emit -Winteger-overflow for arguments in function calls, ObjC messages.Volodymyr Sapsai2018-03-271-0/+18
* [Sema] Avoid crash for category implementation without interfaceShoaib Meenai2018-03-271-0/+9
* [ObjC] Allow declaring __strong pointer fields in structs in Objective-CAkira Hatanaka2018-02-283-7/+61
* [Sema][ObjC] Process category attributes before checking protocol usesAlex Lorenz2018-02-231-0/+18