summaryrefslogtreecommitdiff
path: root/test/SemaObjC
Commit message (Expand)AuthorAgeFilesLines
* [ObjC] Diagnose implicit type coercion from ObjC 'Class' to objectJames Y Knight2019-10-171-9/+9
* [ObjC] Add some additional test cases around pointer conversions.James Y Knight2019-10-173-29/+61
* [ObjC generics] Fix not inheriting type bounds in categories/extensions.Volodymyr Sapsai2019-10-091-0/+14
* [Sema] Emit diagnostics for uncorrected delayed typos at the end of TUIlya Biryukov2019-10-091-1/+2
* [Sema] Split of versions of -Wimplicit-{float,int}-conversion for Objective-C...Erik Pilkington2019-09-171-0/+49
* [Sema][ObjC] Mark C union fields that have non-trivial ObjC ownershipAkira Hatanaka2019-09-072-1/+26
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-09-072-5/+83
* [ObjC] Fix type checking for qualified id block parameters.Volodymyr Sapsai2019-08-281-0/+11
* [Sema][ObjC] Fix a -Wformat false positive with localizedStringForKeyErik Pilkington2019-08-141-1/+41
* Add SVE opaque built-in typesRichard Sandiford2019-08-091-0/+22
* Revert "[Sema] Diagnose default-initialization, destruction, and copying of"Akira Hatanaka2019-07-262-83/+5
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-07-132-5/+83
* Revert [Sema] Resolve placeholder types before type deduction to silence spur...Reid Kleckner2019-07-081-14/+2
* [Sema] Resolve placeholder types before type deduction to silenceAkira Hatanaka2019-07-081-2/+14
* [ObjC] Improve error message for a malformed objc-type-nameErik Pilkington2019-06-261-1/+1
* Add the `objc_class_stub` attribute.John McCall2019-05-302-0/+37
* Remove unicode character from testLeonard Chan2019-05-211-1/+2
* [Sema] Fix for build on some iOS programs.Leonard Chan2019-05-201-0/+16
* Fix for the greendragon bots.Leonard Chan2019-05-081-1/+1
* Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...Leonard Chan2019-05-073-3/+9
* [Sema][ObjC] Disable -Wunused-parameter for ObjC methodsAkira Hatanaka2019-05-032-3/+7
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-033-9/+3
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-023-3/+9
* [Parser] Avoid correcting delayed typos in array subscript multiple times.Volodymyr Sapsai2019-05-011-0/+15
* Revert r350917 "[Sema] If CheckPlaceholderExpr rewrites the initializerRichard Smith2019-04-241-14/+2
* [Sema][ObjC] Don't warn about an implicitly retained self if theAkira Hatanaka2019-04-171-18/+0
* Support objc_nonlazy_class attribute on Objective-C implementationsErik Pilkington2019-04-111-1/+5
* Add support for attributes on @implementations in Objective-CErik Pilkington2019-04-112-4/+5
* Fix a test, NFCErik Pilkington2019-04-101-4/+12
* [Sema] Fix a use-after-deallocate of a ParsedAttrErik Pilkington2019-04-021-0/+4
* [Sema] Fix a use-after-free of a _Nonnull ParsedAttrErik Pilkington2019-03-141-0/+6
* Use {{.*}} in test case to match the type of wide string literals.Akira Hatanaka2019-03-081-1/+1
* Fix test case committed in r355662.Akira Hatanaka2019-03-081-1/+1
* [ObjC] Emit a boxed expression as a compile-time constant if theAkira Hatanaka2019-03-083-7/+32
* [Sema][ObjC] Allow silencing -Wobjc-designated-initializers warnings byAkira Hatanaka2019-03-011-0/+13
* [ObjC generics] Fix applying `__kindof` to the type parameter.Volodymyr Sapsai2019-02-161-0/+52
* [ObjC] Fix non-canonical types preventing type arguments substitution.Volodymyr Sapsai2019-02-151-0/+8
* [Sema] Fix-up a -Wfloat-conversion diagnosticErik Pilkington2019-02-141-0/+7
* [Sema] Delay checking whether objc_designated_initializer is being applied to...Erik Pilkington2019-02-131-1/+14
* [Sema][ObjC] Disallow non-trivial C struct fields in unions.Akira Hatanaka2019-02-071-1/+17
* [OBJC] Add attribute to mark Objective C class as non-lazyJoe Daniels2019-02-041-0/+34
* [SemaObjC] Don't infer the availabilty of +new from -init if the receiver has...Erik Pilkington2019-02-041-0/+13
* Don't define __has_feature(objc_fixed_enum) in non-objc modeErik Pilkington2019-01-301-0/+2
* Add a priority field to availability attributes to prioritize explicitAlex Lorenz2019-01-241-0/+53
* [ObjC] Follow-up r350768 and allow the use of unavailable methods that areAlex Lorenz2019-01-172-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