summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC
Commit message (Expand)AuthorAgeFilesLines
* Add a Subjects line to NoDebugAttr [NFC].Paul Robinson2016-04-291-0/+5
* Set the default C standard to C99 when targeting the PS4.Sunil Srivastava2016-04-271-1/+4
* Remove the (ignored) -Wreceived-is-weak diagnostic.Bob Wilson2016-04-211-3/+2
* Block: Fix a crash when we have type attributes or qualifiers with omittedManman Ren2016-04-181-0/+44
* ObjC kindof: order the methods in global pool relative to availability.Manman Ren2016-04-132-2/+15
* [SemaObjC] Properly handle mix between type arguments and protocols.Bruno Cardoso Lopes2016-04-131-0/+4
* ObjC class properties: add diagnostics for unimplemented class properties.Manman Ren2016-04-121-2/+4
* ObjC kindof: check the context when inserting methods to global pool.Manman Ren2016-04-093-3/+17
* [ObjC kindof] Use type bound to filter out the candidate methods.Manman Ren2016-04-071-2/+14
* [Objective-C] Introduce objc_runtime_visible attribute.Douglas Gregor2016-04-011-0/+19
* [Sema] Attempt [3] to fix tests for utf-8 invalid format string specifiersBruno Cardoso Lopes2016-03-291-0/+1
* [Sema] Attempt [2] to fix tests for utf-8 invalid format string specifiersBruno Cardoso Lopes2016-03-291-18/+35
* [Sema] Attempt to fix tests for utf-8 invalid format string specifiersBruno Cardoso Lopes2016-03-292-9/+27
* [Sema] Handle UTF-8 invalid format string specifiersBruno Cardoso Lopes2016-03-291-0/+8
* ObjC: add getter/setter for class properties to global pool.Manman Ren2016-03-231-0/+8
* ObjC: Handle boolean fixed type for enum.Manman Ren2016-03-231-0/+5
* [Objective-c] Do not set IsExact to true when the receiver is a class.Akira Hatanaka2016-03-221-0/+11
* [Objective-c] Fix a crash in WeakObjectProfileTy::getBaseInfo.Akira Hatanaka2016-03-181-0/+12
* Move the fixit for -Wformat-security to a note.Bob Wilson2016-03-152-31/+1
* Add fix-it for format-security warnings.Bob Wilson2016-03-111-0/+31
* Add has_feature objc_class_property.Manman Ren2016-03-101-0/+4
* Add TreatUnavailableAsInvalid for the verification-only mode in InitListChecker.Manman Ren2016-03-102-0/+12
* Fix false positives for for-loop-analysis warningSteven Wu2016-03-101-0/+15
* Implement support for [[nodiscard]] in C++1z that is based off existing suppo...Aaron Ballman2016-03-071-2/+2
* [Sema] More changes to fix Objective-C fallout from r249995.Bob Wilson2016-02-131-5/+8
* Sema: handle typo correction on ARC'ed ivarSaleem Abdulrasool2016-02-071-0/+8
* Sema: handle typo correction with ARC'ed objc propertiesSaleem Abdulrasool2016-02-071-0/+24
* Class Property: warn for synthesize on a class property.Manman Ren2016-01-291-2/+1
* Class Property: parse @dynamic (class).Manman Ren2016-01-291-2/+3
* Class Property: class property and instance property can have the same name.Manman Ren2016-01-281-0/+1
* Class Property: create accessors (class methods) for class property.Manman Ren2016-01-271-0/+30
* Adding back in a test that I inadvertently removed in r258862Chris Bieneman2016-01-271-0/+377
* Remove autoconf supportChris Bieneman2016-01-261-377/+0
* [Sema] Suppress diags in overload resolution.George Burgess IV2016-01-131-0/+55
* 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
OpenPOWER on IntegriCloud