summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC
Commit message (Expand)AuthorAgeFilesLines
* ObjC properties: consider ownership of properties from protocols when synthes...Douglas Gregor2015-12-181-0/+16
* [Objective-c] Fix a crash that occurs when ObjCTypeParamList::back() isAkira Hatanaka2015-12-161-0/+16
* Objective-C properties: merge attributes when redeclaring 'readonly' as 'read...Douglas Gregor2015-12-102-3/+12
* Objective-C properties: loosen 'atomic' checking for readonly properties.Douglas Gregor2015-12-093-2/+59
* Don't actually add the __unsafe_unretained qualifier in MRC;John McCall2015-11-191-4/+4
* Remove -Wobjc-weak-compat; there isn't a compelling use case for this.John McCall2015-11-121-2/+2
* Define __unsafe_unretained and __autoreleasing in ObjC GC mode.John McCall2015-11-101-0/+4
* Improving the diagnostic for cases where the attribute only appertains to a f...Aaron Ballman2015-11-041-3/+3
* Switch to using an explicit scope object to ensure we don't forget to pop ObjCRichard Smith2015-11-031-0/+2
* Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.Douglas Gregor2015-11-033-14/+18
* ARMv7k: implement ABI changes for watchOS from standard iOS.Tim Northover2015-10-301-0/+12
* Support watchOS and tvOS driver optionsTim Northover2015-10-301-0/+2
* Refine r251469 to give better (and more localizable) diagnosticsJohn McCall2015-10-283-20/+20
* Add the ability to define "fake" arguments on attributes.John McCall2015-10-281-3/+3
* Be more conservative about diagnosing "incorrect" uses of __weak:John McCall2015-10-277-17/+71
* Define weak and __weak to mean ARC-style weak references, even in MRC.John McCall2015-10-226-27/+77
* Some minor ARC diagnostic improvements.John McCall2015-10-212-3/+13
* [Sema/objc] When checking for unimplemented methods treat methods from class ...Argyrios Kyrtzidis2015-10-132-4/+15
* Fix inference of _Nullable for weak Objective-C properties.Douglas Gregor2015-10-092-4/+12
* [MSVC Compat] Try to treat an implicit, fixed enum as an unfixed enumDavid Majnemer2015-10-081-1/+1
* Update a few more tests in response to the MS ABI enum semanticsDavid Majnemer2015-10-082-2/+2
* Don't inherit the "unavailable" attribute from an overridden superclass method.Douglas Gregor2015-09-301-0/+16
* Don't inherit availability information when implementing a protocol requirement.Douglas Gregor2015-09-301-0/+72
* Forbid qualifiers on ObjC generic parameters and arguments, butJohn McCall2015-09-231-0/+107
* C11 _Bool bitfield diagnosticRachel Craik2015-09-141-1/+1
* [SemaObjC] Remove unused code from test.Alex Denisov2015-08-211-42/+6
* [Sema] Be consistent about diagnostic wording: always use "cannot".Davide Italiano2015-08-151-1/+1
* [ObjC] Circular containers: add support of subclassesAlex Denisov2015-08-061-0/+61
* Update mailing list references to lists.llvm.orgTanya Lattner2015-08-051-1/+1
* [sema] Allow to opt-out of overriding the super class's designated initialize...Argyrios Kyrtzidis2015-07-301-1/+11
* [sema] Fix crash when typo-transforming an expression containing an ObjC supe...Argyrios Kyrtzidis2015-07-281-3/+13
* Cleanup ObjCInterfaceDecl lookup for ObjC literalsAlex Denisov2015-07-244-14/+14
* Add missing files for objc_boxable feature.Alex Denisov2015-07-231-0/+101
* Add __has_feature(attribute_availability_with_version_underscores).Jordan Rose2015-07-161-0/+4
* [Sema] Emit a better diagnostic when variable redeclarations disagreeDavid Majnemer2015-07-141-8/+8
* s/__nonnull/_Nonnull in a test for Objective-C __kindof.Douglas Gregor2015-07-071-1/+1
* Implement variance for Objective-C type parameters.Douglas Gregor2015-07-072-0/+70
* Implement the Objective-C __kindof type qualifier.Douglas Gregor2015-07-072-1/+317
* Warn when an intended Objective-C specialization was actually a useless proto...Douglas Gregor2015-07-071-1/+9
* Warn when an Objective-C collection literal element is converted to an incomp...Douglas Gregor2015-07-071-0/+52
* C++ support for Objective-C lightweight generics.Douglas Gregor2015-07-072-4/+12
* Improve the Objective-C common-type computation used by the ternary operator.Douglas Gregor2015-07-075-5/+61
* Substitute type arguments into uses of Objective-C interface members.Douglas Gregor2015-07-072-15/+375
* Handle Objective-C type arguments.Douglas Gregor2015-07-072-8/+141
* Parsing, semantic analysis, and AST for Objective-C type parameters.Douglas Gregor2015-07-071-0/+192
* Parse 'technical term' format specifier.Ted Kremenek2015-07-021-0/+13
* Replace __double_underscored type nullability qualifiers with _Uppercase_unde...Douglas Gregor2015-06-244-66/+66
* Stop moving attributes off of a block literal's decl specifiers.Douglas Gregor2015-06-191-0/+8
* Handle 'instancetype' in ParseDeclarationSpecifiers.Douglas Gregor2015-06-191-0/+7
* Allow the cf_returns_[not_]retained attributes to appear on out-parameters.Douglas Gregor2015-06-191-0/+49
OpenPOWER on IntegriCloud