summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC
Commit message (Expand)AuthorAgeFilesLines
* 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
* "const id<NSFoo> *" instead of "id<NSFoo> const *".Chris Lattner2010-09-051-2/+2
* 'const std::type_info*' instead of 'std::type_info const*'Chris Lattner2010-09-051-1/+1
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-052-2/+2
* when emitting an error about a missing } in a compound statement, emitChris Lattner2010-09-012-6/+8
* Fix typo in error message and testcase.Eric Christopher2010-08-251-5/+5
* No need to default synthesize property if implementation Fariborz Jahanian2010-08-251-0/+28
* Fix a bug in nonfragile-abi2 when attempting to diagnoseFariborz Jahanian2010-08-241-0/+36
* Diagnose if type of iboutletcollection attribute is a builtin type.Fariborz Jahanian2010-08-171-0/+1
* Diagnose use of iboutletcollection on ivar/propertyFariborz Jahanian2010-08-171-1/+4
* Patch to add type parameter support for attribute iboutletcollection.Fariborz Jahanian2010-08-171-0/+26
* Diagnose assiging to an interface object inFariborz Jahanian2010-08-161-2/+1
* When issuing warning for future conflict resolution,Fariborz Jahanian2010-08-131-2/+2
* Fixes block type matching bug. Radar 8302845.Fariborz Jahanian2010-08-122-2/+19
* Downgrade error about nonnull attribute bbeing applied to a function without...Douglas Gregor2010-08-121-0/+2
* Change text of diagnostics on user request.Fariborz Jahanian2010-08-111-3/+3
* IRGen support for functions returning objc objectFariborz Jahanian2010-08-111-0/+1
* Fix a spurious warning when message sent to qualified-idFariborz Jahanian2010-08-101-0/+5
OpenPOWER on IntegriCloud