summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* New AST representation for each objc2's property declaration.Fariborz Jahanian2008-04-141-16/+5
* AST generation for objc2's property declarations.Fariborz Jahanian2008-04-111-19/+28
* Add class and super class location info to ObjCInterfaceDecl...Steve Naroff2008-04-111-3/+4
* Switch sema to maintaining its own scope chain information for variableChris Lattner2008-04-111-2/+3
* Several improvements from Doug Gregor related to defaultChris Lattner2008-04-101-1/+1
* Add support for C++ default arguments, and rework Parse-Sema Chris Lattner2008-04-081-16/+15
* remove the Decl::getCanonicalType() method.Chris Lattner2008-04-061-1/+2
* This patch contains these changes:Chris Lattner2008-04-061-1/+1
* Introduce ContextDecl, patch by Argiris Kirtzidis!Chris Lattner2008-04-041-16/+19
* Change ObjCInterfaceDecl to inherit from NamedDecl (not TypeDecl). While ObjC...Steve Naroff2008-04-021-9/+3
* Two changes to Sema::LookupDecl() interface. Steve Naroff2008-04-021-11/+7
* Fairly large "cleaup" related to changing ObjCCompatibleAliasDecl superclass ...Steve Naroff2008-04-011-19/+20
* clean up property memory allocation to move it into the ast classesChris Lattner2008-03-171-15/+14
* make property addition work list all other "add" methods. Do Chris Lattner2008-03-161-7/+2
* add the last two Create methods for decls, woo!Chris Lattner2008-03-161-20/+22
* add two more Create methods.Chris Lattner2008-03-161-3/+5
* simplify the way ObjCCategoryDecl's get their referenced protocols listChris Lattner2008-03-161-5/+8
* Add create methods for ObjCCategoryDecl, ObjCForwardProtocolDecl, ObjCClassDecl.Chris Lattner2008-03-161-5/+7
* minor cleanups, make getNumInstanceMethods always return unsigned.Chris Lattner2008-03-161-7/+7
* fix a crasher where an invalid program that multiply definedChris Lattner2008-03-161-7/+9
* Give ObjCProtocolDecl a Create method.Chris Lattner2008-03-161-4/+4
* Add create methods for ObjCIvarDecl and ObjCInterfaceDeclChris Lattner2008-03-161-4/+6
* Make the parameter count of ObjCMethodDecl unsigned, youChris Lattner2008-03-161-2/+2
* remove some dead arguments to ObjCMethodDecl.Chris Lattner2008-03-161-1/+1
* Give ObjCMethodDecl a Create method.Chris Lattner2008-03-161-12/+12
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+927
OpenPOWER on IntegriCloud