aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaObjC
AgeCommit message (Expand)AuthorFilesLines
2013-11-20Merging r195146:Bill Wendling1-0/+5
2013-11-19Merging r195135:Bill Wendling1-7/+7
2013-11-19ObjectiveC 'objc_bridging'. Assorment of improvements Fariborz Jahanian1-10/+10
2013-11-19ObjectiveC ARC. Adopt objc_bridge attributeFariborz Jahanian1-16/+23
2013-11-16ObjectiveC ARC. More validation of toll-free bridging ofFariborz Jahanian1-2/+4
2013-11-16ObjectiveC ARC. Validate toll free bridge castingFariborz Jahanian1-2/+4
2013-11-16ObjetiveC ARC. Start diagnosing invalid toll free bridging.Fariborz Jahanian1-2/+4
2013-11-15ObjectiveC ARC. Only briding of pointer to struct CF object is allowed.Fariborz Jahanian1-5/+5
2013-11-15ObjectiveC ARG. A positive test of my previous patch.Fariborz Jahanian1-1/+16
2013-11-15ObjectiveC ARC. Lookup type associated with objc_bridage atFariborz Jahanian1-1/+10
2013-11-15ObjectiveC. Fixes a bogus warning of unused backingFariborz Jahanian1-0/+25
2013-11-14Revert r194663 and r194647.Ted Kremenek1-11/+0
2013-11-14Refine -Wunused-variable to only suppress warning for __bridge_transfer, not ...Ted Kremenek1-6/+5
2013-11-14Suppress -Wunused-variable when initializer uses bridge casts for memory mana...Ted Kremenek1-0/+12
2013-11-14Use a more realistic NS class names in Fariborz Jahanian1-8/+8
2013-11-14ObjectiveC ARC. objc_bridge attribute should be applied toFariborz Jahanian1-9/+9
2013-11-13ObjectiveC ARC. Introduce a new attribute, 'objc_bridge'Fariborz Jahanian1-0/+29
2013-11-05ObjectiveC. Method implementations should only check forFariborz Jahanian1-5/+26
2013-11-01ObjectiveC. Define a new cc1 flag Fariborz Jahanian2-0/+4
2013-10-31Factor out custom parsing for iboutletcollection and vec_type_hint attributesRichard Smith1-5/+5
2013-10-26ObjectiveC arc. Warn when an implicitly 'strong' property Fariborz Jahanian1-0/+13
2013-10-25ObjectiveC: under -Wunused-property-ivar warn if property'sFariborz Jahanian1-0/+51
2013-10-18ObjectiveC. Added support for methods annotated with format_argFariborz Jahanian1-4/+24
2013-10-15Special case '%C' handling in ObjC format strings to handle integer literals ...Ted Kremenek1-0/+5
2013-10-14GetExprRange() (used by -Wconversion checking) should look through OpaqueValu...Ted Kremenek1-0/+17
2013-10-14Do not use typo correction that is unaccessible.Serge Pavlov2-2/+2
2013-10-10ObjectiveC. ObjectiveC's collection selector expression inFariborz Jahanian1-0/+10
2013-10-09Refine string literal concatenation warning within an NSArray literal to not ...Ted Kremenek1-0/+8
2013-10-07ObjectiveC: Warn when 'readonly' property has explicitFariborz Jahanian3-8/+8
2013-10-04ObjectiveC. Allow readonly properties without an explicit ownershipFariborz Jahanian1-0/+19
2013-09-27Replace -fobjc-default-synthesize-properties with disable-objc-default-synthe...Rafael Espindola20-25/+25
2013-09-27Don't give suggest things like function names on the left side of "=".Kaelyn Uhrain1-3/+2
2013-09-25ObjectiveC: Handle the case of qualifying protocolsFariborz Jahanian1-0/+24
2013-09-19Refinement to my previous patch forFariborz Jahanian1-0/+2
2013-09-19ObjectiveC: Allow NS_RETURNS_INNER_POINTER annotation Fariborz Jahanian1-1/+4
2013-09-12Fix regression from r190427.Eli Friedman1-0/+5
2013-09-06Add self-comparison warnings for fields.Eli Friedman1-0/+12
2013-09-01Improving objc_ownership attribute test coverage.Aaron Ballman1-0/+6
2013-08-31Consolidating the notion of a GNU attribute parameter with the attribute argu...Aaron Ballman1-0/+2
2013-08-14ObjectiveC [Sema]. This patch makes sure that all inheritedFariborz Jahanian1-0/+49
2013-08-14Refine diagnostics in my last patch.Fariborz Jahanian1-1/+1
2013-08-13ObjectiveC [QoI] issue warning if an element of an nsarrayFariborz Jahanian1-0/+6
2013-08-05Implement C++'s restrictions on the type of an expression passed to a varargRichard Smith1-0/+2
2013-07-31ObjectiveC ARC: finishing off issuing error whenFariborz Jahanian1-0/+12
2013-07-30err_attribute_not_string has been subsumed by err_attribute_argument_type.Aaron Ballman1-2/+2
2013-07-23Added the attribute name to the err_attribute_wrong_number_arguments diagnost...Aaron Ballman7-10/+10
2013-07-23Going back to using getName for consistency.Aaron Ballman1-1/+1
2013-07-23Fixing the build bots from the previous commit.Aaron Ballman3-3/+3
2013-07-23Replacing some manual diagnostic checks with an existing helper method. Addi...Aaron Ballman3-0/+11
2013-07-23Correcting the NSObject and Overloadable attribute diagnostics so that the co...Aaron Ballman1-0/+2