summaryrefslogtreecommitdiff
path: root/test/SemaObjC
AgeCommit message (Expand)AuthorFilesLines
2016-06-01ObjC lifetime: pull sugar off when the qualifiers conflict.Manman Ren1-0/+32
2016-05-26Don't feed standard error to FileCheck.Akira Hatanaka1-1/+1
2016-05-26[ObjC] Remove _Atomic from return type and parameter type ofAkira Hatanaka1-0/+61
2016-05-25arc-repeated-use-of-weak should not warn about IBOutlet propertiesBob Wilson1-0/+7
2016-05-20ObjectiveC: canonicalize "kindof id" to "id".Manman Ren1-1/+22
2016-05-18ObjectiveC Class Properties: warn if a class property accessor is mistakenly anManman Ren1-0/+13
2016-05-06ObjC kindof: set the type of a conditional expression when involving kindof.Manman Ren1-1/+33
2016-04-29Add a Subjects line to NoDebugAttr [NFC].Paul Robinson1-0/+5
2016-04-27Set the default C standard to C99 when targeting the PS4.Sunil Srivastava1-1/+4
2016-04-21Remove the (ignored) -Wreceived-is-weak diagnostic.Bob Wilson1-3/+2
2016-04-18Block: Fix a crash when we have type attributes or qualifiers with omittedManman Ren1-0/+44
2016-04-13ObjC kindof: order the methods in global pool relative to availability.Manman Ren2-2/+15
2016-04-13[SemaObjC] Properly handle mix between type arguments and protocols.Bruno Cardoso Lopes1-0/+4
2016-04-12ObjC class properties: add diagnostics for unimplemented class properties.Manman Ren1-2/+4
2016-04-09ObjC kindof: check the context when inserting methods to global pool.Manman Ren3-3/+17
2016-04-07[ObjC kindof] Use type bound to filter out the candidate methods.Manman Ren1-2/+14
2016-04-01[Objective-C] Introduce objc_runtime_visible attribute.Douglas Gregor1-0/+19
2016-03-29[Sema] Attempt [3] to fix tests for utf-8 invalid format string specifiersBruno Cardoso Lopes1-0/+1
2016-03-29[Sema] Attempt [2] to fix tests for utf-8 invalid format string specifiersBruno Cardoso Lopes1-18/+35
2016-03-29[Sema] Attempt to fix tests for utf-8 invalid format string specifiersBruno Cardoso Lopes2-9/+27
2016-03-29[Sema] Handle UTF-8 invalid format string specifiersBruno Cardoso Lopes1-0/+8
2016-03-23ObjC: add getter/setter for class properties to global pool.Manman Ren1-0/+8
2016-03-23ObjC: Handle boolean fixed type for enum.Manman Ren1-0/+5
2016-03-22[Objective-c] Do not set IsExact to true when the receiver is a class.Akira Hatanaka1-0/+11
2016-03-18[Objective-c] Fix a crash in WeakObjectProfileTy::getBaseInfo.Akira Hatanaka1-0/+12
2016-03-15Move the fixit for -Wformat-security to a note.Bob Wilson2-31/+1
2016-03-11Add fix-it for format-security warnings.Bob Wilson1-0/+31
2016-03-10Add has_feature objc_class_property.Manman Ren1-0/+4
2016-03-10Add TreatUnavailableAsInvalid for the verification-only mode in InitListChecker.Manman Ren2-0/+12
2016-03-10Fix false positives for for-loop-analysis warningSteven Wu1-0/+15
2016-03-07Implement support for [[nodiscard]] in C++1z that is based off existing suppo...Aaron Ballman1-2/+2
2016-02-13[Sema] More changes to fix Objective-C fallout from r249995.Bob Wilson1-5/+8
2016-02-07Sema: handle typo correction on ARC'ed ivarSaleem Abdulrasool1-0/+8
2016-02-07Sema: handle typo correction with ARC'ed objc propertiesSaleem Abdulrasool1-0/+24
2016-01-29Class Property: warn for synthesize on a class property.Manman Ren1-2/+1
2016-01-29Class Property: parse @dynamic (class).Manman Ren1-2/+3
2016-01-28Class Property: class property and instance property can have the same name.Manman Ren1-0/+1
2016-01-27Class Property: create accessors (class methods) for class property.Manman Ren1-0/+30
2016-01-27Adding back in a test that I inadvertently removed in r258862Chris Bieneman1-0/+377
2016-01-26Remove autoconf supportChris Bieneman1-377/+0
2016-01-13[Sema] Suppress diags in overload resolution.George Burgess IV1-0/+55
2015-12-18ObjC properties: consider ownership of properties from protocols when synthes...Douglas Gregor1-0/+16
2015-12-16[Objective-c] Fix a crash that occurs when ObjCTypeParamList::back() isAkira Hatanaka1-0/+16
2015-12-10Objective-C properties: merge attributes when redeclaring 'readonly' as 'read...Douglas Gregor2-3/+12
2015-12-09Objective-C properties: loosen 'atomic' checking for readonly properties.Douglas Gregor3-2/+59
2015-11-19Don't actually add the __unsafe_unretained qualifier in MRC;John McCall1-4/+4
2015-11-12Remove -Wobjc-weak-compat; there isn't a compelling use case for this.John McCall1-2/+2
2015-11-10Define __unsafe_unretained and __autoreleasing in ObjC GC mode.John McCall1-0/+4
2015-11-04Improving the diagnostic for cases where the attribute only appertains to a f...Aaron Ballman1-3/+3
2015-11-03Switch to using an explicit scope object to ensure we don't forget to pop ObjCRichard Smith1-0/+2