summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC
Commit message (Expand)AuthorAgeFilesLines
* Don't warn on missing 'copy' attribute on a 'block'Fariborz Jahanian2011-01-051-0/+2
* Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi.Fariborz Jahanian2011-01-0412-12/+12
* Guard lazy synthesis of provisional ivars under the newFariborz Jahanian2011-01-031-1/+1
* Add -fobjc-default-synthesized-properties flagTed Kremenek2010-12-236-6/+6
* Complain on missing property getter method onlyFariborz Jahanian2010-12-222-5/+24
* Warn when message is sent to receiver ofFariborz Jahanian2010-12-211-0/+47
* Warn when synthesizing a property which isFariborz Jahanian2010-12-171-0/+13
* Improve diagnostics when property being looked upFariborz Jahanian2010-12-161-0/+11
* ivars craeted for explicit @synthesize and thoseFariborz Jahanian2010-12-151-2/+39
* Enhance my implementation of //rdar ://8747333 in r121597 to allowFariborz Jahanian2010-12-111-1/+12
* Any property declared in a class extension might have userFariborz Jahanian2010-12-101-0/+24
* Added remaining objective-c library builtins (as in gcc) toFariborz Jahanian2010-12-102-4/+29
* Diagnose when accessing property in a class method andFariborz Jahanian2010-12-031-0/+20
* Improve on objc diagnostics. // rdar://8721692Fariborz Jahanian2010-12-021-2/+2
* When unknown method is sent to a receiver ofFariborz Jahanian2010-12-014-3/+13
* Add objc_getClass as an objc builtin functionFariborz Jahanian2010-11-301-0/+4
* Warn if direct accessing synthesized ivar backing the property inFariborz Jahanian2010-11-171-0/+14
* Check for duplicate declaration of a property in current andFariborz Jahanian2010-11-101-6/+7
* Propagate the deprecated and unavailable attributes from aJohn McCall2010-11-101-0/+11
* Restore patch reversed in r118475. FixesFariborz Jahanian2010-11-091-0/+3
* Remove this test for now.Fariborz Jahanian2010-11-091-3/+0
* Remove space from rdar URIs.Fariborz Jahanian2010-11-0912-14/+14
* Provide a precise builtin declaration for objc_msgSendFariborz Jahanian2010-11-081-0/+3
* Restore patch for PR8453 which was undone in r117829Fariborz Jahanian2010-11-011-0/+34
* Revert r117678, "Qualified 'id' should implement all of static class type's",...Daniel Dunbar2010-10-301-34/+0
* Improve diagnostics reporting of un-implementedFariborz Jahanian2010-10-296-23/+30
* Qualified 'id' should implement all of static class type'sFariborz Jahanian2010-10-291-0/+34
* Implement the newest status quo for method override checking. The idea nowJohn McCall2010-10-287-20/+68
* Pending further discussion, re-enable warnings for Objective CJohn McCall2010-10-263-6/+51
* Only warn for mismatched types in Objective-C methods when they are incompati...David Chisnall2010-10-253-6/+28
* Tweak diagnostics for redeclaration of a @property in a class extension where...Ted Kremenek2010-10-212-6/+8
* Fix handling of property and ivar lookup in typo correction; the twoDouglas Gregor2010-10-202-2/+2
* Introduce a simple cache for unqualified typo corrections, so that weDouglas Gregor2010-10-201-2/+2
* Fixes a bug in ivar lookup in the new objc's defaultFariborz Jahanian2010-10-191-0/+43
* When performing typo correction, keep track of whether the last lookupDouglas Gregor2010-10-151-1/+1
* When performing typo correction, look through the set of knownDouglas Gregor2010-10-141-1/+1
* This patch does a few things in the area of objective-cFariborz Jahanian2010-10-112-1/+20
* Rename test name.Fariborz Jahanian2010-10-081-0/+0
* Method implemented in class's implementation may implementFariborz Jahanian2010-10-081-0/+20
* Method declaration and its implementation must match in all their types.Fariborz Jahanian2010-10-054-8/+44
* Patch to support transparent_union argumentsFariborz Jahanian2010-09-271-0/+19
* Issue warning for trivial cases of nonnull attributesFariborz Jahanian2010-09-272-2/+7
* Revert r114316, -Wunused-value enabled by default was intended.Argyrios Kyrtzidis2010-09-191-1/+1
* Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194.Argyrios Kyrtzidis2010-09-191-1/+1
* When we run into an error parsing or type-checking the left-hand sideDouglas Gregor2010-09-171-1/+1
* Diagnose use of incomplete type on method argument type ofFariborz Jahanian2010-09-171-0/+14
* fix rdar://8445858 - __sync_* intrinsics erroneously reject ObjC pointersChris Lattner2010-09-171-0/+10
* Relax __attribute_((nonnull)) checking to allow the attribute on functions wi...Ted Kremenek2010-09-091-2/+2
* Test removed.Fariborz Jahanian2010-09-081-20/+0
* Fix a crash when overloading id with objc_object*.Fariborz Jahanian2010-09-081-0/+20
OpenPOWER on IntegriCloud