summaryrefslogtreecommitdiffstats
path: root/clang/Sema/SemaDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Rename several ObjC action methods to use the "ActOn" prefix (still a few mor...Steve Naroff2007-10-021-6/+7
* Unified such names as protocol references, instance methods and class methodsFariborz Jahanian2007-10-021-23/+23
* Remove Action::ActOnImpleIvarVsClassIvars(), it is only called by Sema (not P...Steve Naroff2007-10-021-13/+11
* Rename ObjcInterfaceDecl::getIsForwardDecl() to isForwardDecl().Steve Naroff2007-10-021-11/+11
* Previously, I warned those methods not implemented in implementation class/ca...Fariborz Jahanian2007-10-021-4/+18
* - Add ObjcInterfaceDecl::lookupInstanceMethod(), lookupClassMethod().Steve Naroff2007-10-021-16/+21
* ObjcCategoryDecl Does not subclass from ScopedDecl any more.Fariborz Jahanian2007-10-021-1/+1
* This patch introduces the ObjcCategoryImplDecl class and does the checking re...Fariborz Jahanian2007-10-021-1/+82
* Move ObjC decls to DeclObjC.h, a new AST header.Steve Naroff2007-10-011-0/+1
* Took care of clatter's suggestions, dated.Fariborz Jahanian2007-10-011-19/+11
* Fix a bug I just introduced.Chris Lattner2007-09-301-3/+3
* simplify an expressionChris Lattner2007-09-301-2/+1
* This patch fixes all issues mentioned in clattner's feedback of Fariborz Jahanian2007-09-291-5/+4
* Code clean up. Moved couple of static functions to be private members of Sema...Fariborz Jahanian2007-09-291-16/+14
* Patch to remove use of has table for protocol name lookup. This patch mirrors...Fariborz Jahanian2007-09-291-19/+23
* Removed use of hash table for class decls and do a name look up directly.Fariborz Jahanian2007-09-291-18/+27
* Yesterday I discovered that 78% of all selectors in "Cocoa.h" take 0/1 argument.Steve Naroff2007-09-281-17/+17
* Patch to warn on umimplemented methods coming from class's Fariborz Jahanian2007-09-281-20/+50
* Patch for method implementation. It populates ObjcImplementationDecl object w...Fariborz Jahanian2007-09-271-1/+54
* Fix some use of uninit variables issues, reported by Anton.Chris Lattner2007-09-271-1/+1
* Add SelectorInfo (similar in spirit to IdentifierInfo). The key difference is...Steve Naroff2007-09-271-52/+12
* This patch inserts ivars declared in @implementation in its object and verifies Fariborz Jahanian2007-09-261-2/+59
* Patch to make ObjcImplementationDecl derived from TypeDecl and supprt legacyFariborz Jahanian2007-09-251-0/+8
* This patch introduces a new class to keep track of class implementation info....Fariborz Jahanian2007-09-251-11/+101
* This patch adds to new things to clang:Fariborz Jahanian2007-09-221-13/+63
* This patch instantiates objects for forward protocols and in general handles ...Fariborz Jahanian2007-09-211-6/+56
* Handle forward declaration of classes and prevent re-instantiation ofFariborz Jahanian2007-09-201-16/+24
* Match to do some semantic analysis on objective-c class decl.Fariborz Jahanian2007-09-201-2/+19
* Remove SelectorTable/SelectorInfo, simply store all selectors in the central ...Steve Naroff2007-09-191-4/+4
* Remove #include of config.h, it is no longer needed.Steve Naroff2007-09-191-1/+0
* Remove alloca import...Steve Naroff2007-09-181-3/+0
* Progress on message expressions...Steve Naroff2007-09-181-10/+11
* Patch for object creation and handling of category declarations.Fariborz Jahanian2007-09-181-2/+23
* alloca.h doesn't exist on Windows.Hartmut Kaiser2007-09-181-0/+3
* alloca.h is needed on SolarisGabor Greif2007-09-181-0/+1
* Uses more description name for method implementation kind argument.Fariborz Jahanian2007-09-181-8/+8
* Patch to remove ObjcProtoMethodDecl and use ObjcMethodDeclFariborz Jahanian2007-09-171-41/+15
* Patch to add objective-c's @protocl type declaration.Fariborz Jahanian2007-09-171-15/+78
* - Refactored ObjcKeywordInfo into ObjcKeywordInfo, ObjcKeywordDecl, and ObjcK...Steve Naroff2007-09-171-26/+18
* Add support for ObjC keyword selectors.Steve Naroff2007-09-171-5/+31
* Fixes/tweaks that prevent "defaults-i.m" from compiling.Steve Naroff2007-09-161-3/+3
* Start converting Action methods from Parse-prefix to ActOn-prefix.Steve Naroff2007-09-151-13/+13
* Rename Action::ParseRecordBody() to ProcessFieldDecls(), and add a visibility...Steve Naroff2007-09-141-38/+29
* Several improvement to Sema::ParseRecordBody()...Steve Naroff2007-09-141-26/+24
* Patch to store ivars into interface class object.Fariborz Jahanian2007-09-141-3/+9
* Semantic analysis for objective-c ivars.Fariborz Jahanian2007-09-141-9/+24
* Now that the dust has settled on the Decl refactoring, I noticed FieldDecl di...Steve Naroff2007-09-141-2/+2
* Move Decl::NextDeclarator (w/ setters/getters) down to ScopedDecl/FieldDecl.Steve Naroff2007-09-131-9/+10
* Phase 2 of making the Decl class more lightweight...Steve Naroff2007-09-131-5/+7
* Patch for collecting ivars before running action on them.Fariborz Jahanian2007-09-131-21/+26
OpenPOWER on IntegriCloud