aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC
AgeCommit message (Expand)Author
2009-04-15Fix decl type merges when they haveFariborz Jahanian
2009-04-15Patch to remove a bogus warning which pointed to underlying ASTFariborz Jahanian
2009-04-15Fixup http://llvm.org/viewvc/llvm-project?rev=69165&view=rev (based on feedba...Steve Naroff
2009-04-15Revert previous patch (will commit a fix soon).Steve Naroff
2009-04-15Fix <rdar://problem/6791490> [clang10 regression] [sema] invalid illegal jump...Steve Naroff
2009-04-14Diagnose properties which have no implementations;Fariborz Jahanian
2009-04-14Fix <rdar://problem/6252084> [sema] jumps into Obj-C exception blocks should ...Steve Naroff
2009-04-14ASTContext::mergeTypes(): Loosen up the type checking for 'Class' (treating i...Steve Naroff
2009-04-13In objc2's None-Fragile ABI, one cannot use the super class ivar forFariborz Jahanian
2009-04-13Change diagnostic as a result of researching <rdar://problem/6779809> missing...Steve Naroff
2009-04-12fix PR3932: [ObjC]Type defined as 'id' is not recognized as a valid object type.Chris Lattner
2009-04-12rename testChris Lattner
2009-04-12add some more coverage.Chris Lattner
2009-04-12clean up test.Chris Lattner
2009-04-12rename testChris Lattner
2009-04-12if we already know that a decl is invalid in an @catch, don't verify its type.Chris Lattner
2009-04-12Implement the first set of changes for PR3963 and rdar://6759604,Chris Lattner
2009-04-12rename testChris Lattner
2009-04-12Fix rdar://6770142 - Class and qualified id's are compatible, just likeChris Lattner
2009-04-12rename testChris Lattner
2009-04-12merge protocol-test-1.m -> protocol-test-2.mChris Lattner
2009-04-12Merge forward-circular into protocol-test-2Chris Lattner
2009-04-12this test is subsumed by protocol-test-2.mChris Lattner
2009-04-12Fix rdar://6771034: don't warn on use of forward declared protocol in protocolChris Lattner
2009-04-12fix typo in test name.Chris Lattner
2009-04-12call objc interfaces just "interfaces" in diagnostics, not "Objective-C types"Chris Lattner
2009-04-12implement rdar://6780761, making sema reject some code that otherwiseChris Lattner
2009-04-11improve the 'conflicting types' diagnostics to include correct location info,...Chris Lattner
2009-04-11fix blocks to reject objc interfaces returned by value. Also,Chris Lattner
2009-04-11fix testChris Lattner
2009-04-11diagnose attempts to return objc interfaces by-value from C functions.Chris Lattner
2009-04-11Improve the 'cannot pass objc interface by value' diagnostic:Chris Lattner
2009-04-10Fix another fallout from defining __weak unconditionally.Fariborz Jahanian
2009-04-10Force triple for a number of tests that rely on __weak.Daniel Dunbar
2009-04-08Fix <rdar://problem/6770998> make cast of super illegal (again:-)Steve Naroff
2009-04-08Fixed a problem using property syntax on a 'super'Fariborz Jahanian
2009-04-07Fix <rdar://problem/6764172> [sema] crash on invalid.Steve Naroff
2009-04-07Now that we have __weak defined as attribute in all modes,Fariborz Jahanian
2009-04-07Fixes method name lookup when method appears inFariborz Jahanian
2009-04-07Tweak Sema::ActOnInstanceMessage() to look for a class method when dealing wi...Steve Naroff
2009-04-07Fix typo in newly added test case.Steve Naroff
2009-04-07Change the type of ObjC @ string constants (from NSConstantString->NSString).Steve Naroff
2009-04-06Warn instead of error on duplicate protocol definitions.Fariborz Jahanian
2009-04-06Make casting 'super' a deprecated warning (instead of a hard error).Steve Naroff
2009-04-06writable property in a category of class's superclassFariborz Jahanian
2009-04-03Real corener case of a method declared in a protocolFariborz Jahanian
2009-04-03improve the string literal comparison warning to not call @encode's "string l...Chris Lattner
2009-04-03Tweak test (now that http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-M...Steve Naroff
2009-04-02Fix up lookup rules for properties declared inFariborz Jahanian
2009-04-02Fix http://llvm.org/bugs/show_bug.cgi?id=3907.Steve Naroff