summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC
Commit message (Expand)AuthorAgeFilesLines
* Fix <rdar://problem/6697053> instance variable is protected.Steve Naroff2009-03-261-0/+45
* Rename clang to clang-cc.Daniel Dunbar2009-03-24159-167/+169
* Issue error if variables are defined inside an objc class,Fariborz Jahanian2009-03-211-0/+21
* When looking for property name (or getter method) in aFariborz Jahanian2009-03-191-0/+35
* Ignore weak import on properties.Mike Stump2009-03-181-0/+5
* Force triple for a couple test cases.Daniel Dunbar2009-03-131-1/+1
* Implement FIXME related to <rdar://problem/6496506> Implement class setter/ge...Steve Naroff2009-03-111-3/+0
* Fix <rdar://problem/6655054> clang issues bogus error on property usage in a ...Steve Naroff2009-03-111-0/+30
* Fix <rdar://problem/6578665> user declared setter method should be used when ...Steve Naroff2009-03-111-0/+29
* Improve the "bad receiver" warning for ObjC message sends to be less confusing.Chris Lattner2009-03-113-4/+4
* Fix PR3766, a really nasty silent miscompilation case where we emittedChris Lattner2009-03-093-3/+19
* Implement property '.' notation on Factory/Class objects. Parser changes aren...Steve Naroff2009-03-091-0/+63
* Improvements to private method lookup.Steve Naroff2009-03-081-0/+62
* Partial fix <rdar://problem/6301205> [irgen] dot-syntax on super isn't suppor...Steve Naroff2009-03-051-0/+30
* Tweak diag for <rdar://problem/5982579> [clang on xcode] (using arch=x86_64):...Steve Naroff2009-03-051-2/+2
* Fix <rdar://problem/6144382> [sema] gcc inconsistency w.r.t. forward protocol...Steve Naroff2009-03-051-0/+10
* Implemented access check for ivars accessed insideFariborz Jahanian2009-03-041-1/+1
* Partial fix for <rdar://problem/6645157> [clang on Xcode; regression]: error:...Steve Naroff2009-03-041-1/+43
* Fix a corner case of message lookup looking for class methods.Fariborz Jahanian2009-03-042-1/+47
* Finish up some fixes related to <rdar://problem/6497631> Message lookup is so...Steve Naroff2009-03-044-3/+101
* Make this test a bit more specific about the target so that it passes on Eli Friedman2009-03-041-1/+1
* Change a warning to an error...Steve Naroff2009-03-031-1/+1
* Implement an important missing warning when a selectorFariborz Jahanian2009-03-032-1/+15
* Fix <rdar://problem/5982579> [clang on xcode] (using arch=x86_64): synthesize...Steve Naroff2009-03-031-0/+22
* Fix <rdar://problem/6252237> [sema] qualified id should be disallowed in @cat...Steve Naroff2009-03-031-0/+3
* Fix <rdar://problem/6632061> [sema] non object types should not be allowed in...Steve Naroff2009-03-031-0/+10
* Remove old/incorrect warnings.Steve Naroff2009-03-033-7/+7
* Fix <rdar://problem/6497242> Inherited overridden protocol declared objects d...Steve Naroff2009-03-031-0/+44
* Fix <rdar://problem/6497608> clang does not catch ivar type mismatches in @im...Steve Naroff2009-03-031-0/+20
* Check of ivar access access control.Fariborz Jahanian2009-03-032-0/+81
* Fix <rdar://problem/6635908> crash on invalidSteve Naroff2009-03-031-0/+4
* Diagnose a variety of access of ivars when they conflict with Fariborz Jahanian2009-03-021-0/+41
* Check for duplicate declaration of method of a classFariborz Jahanian2009-03-021-0/+15
* Fix <rdar://problem/6248764> parser rejects: bad receiver type 'CFStringRef'.Steve Naroff2009-03-012-2/+10
* Fix <rdar://problem/6619539> incompatible pointer types sending 'XCElementSpa...Steve Naroff2009-03-012-2/+26
* "This patch uses the new ObjCImplDecl class to merge Sema::ImplMethodsVsClas...Chris Lattner2009-03-011-0/+25
* Diagnose gc attribute mismatch of property and its ivar.Fariborz Jahanian2009-02-271-0/+27
* Do not issue bogus error on __weak/__strong ivar access.Fariborz Jahanian2009-02-261-0/+73
* Fix <rdar://problem/6574319> clang issues error on 'readonly' property with a...Steve Naroff2009-02-261-0/+77
* Fix <rdar://problem/6614945> method not found. Steve Naroff2009-02-261-0/+22
* Fix http://llvm.org/bugs/show_bug.cgi?id=3544.Steve Naroff2009-02-261-0/+22
* Fix ObjCInterfaceDecl::lookupInstanceMethod()/lookupClassMethod() to search i...Steve Naroff2009-02-261-0/+33
* Use CheckAssignmentConstraints for checking the cleanup attr function. Fixes ...Anders Carlsson2009-02-251-0/+10
* fix rdar://6611778, a redefinition of an interface was causing anChris Lattner2009-02-232-1/+12
* - Generate error for protocol qualifiers on 'Class'.Steve Naroff2009-02-232-3/+9
* Revert http://llvm.org/viewvc/llvm-project?view=rev&revision=65244.Steve Naroff2009-02-232-7/+2
* Contains the following (related to problems found while investigting <rdar://...Steve Naroff2009-02-223-5/+6
* Add support for GCC ObjC extension "Class<protocol>". Sigh.Steve Naroff2009-02-211-0/+5
* Warn about bogus protocol qualifiers.Steve Naroff2009-02-211-1/+6
* Warn on use of __weak attribute on localFariborz Jahanian2009-02-211-0/+10
OpenPOWER on IntegriCloud