summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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
OpenPOWER on IntegriCloud