aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaExprObjC.cpp
AgeCommit message (Expand)Author
2008-04-20Restructure and simplify Sema::ObjCQualifiedIdTypesAreCompatible,Chris Lattner
2008-04-07move ObjCQualifiedIdTypesAreCompatible out of ASTContext into Sema.Chris Lattner
2008-04-02properly handle array decay in objc message exprs.Chris Lattner
2008-04-02Two changes to Sema::LookupDecl() interface. Steve Naroff
2008-04-01Fairly large "cleaup" related to changing ObjCCompatibleAliasDecl superclass ...Steve Naroff
2008-03-28Make sure Sema::ActOnClassMessage() correctly diagnoses "super".Steve Naroff
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner