summaryrefslogtreecommitdiffstats
path: root/clang/Sema/SemaDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a crash on test/Sema/invalid-decl.c Chris Lattner2007-10-191-1/+7
* Add a FIXME to an assert.Steve Naroff2007-10-181-1/+1
* Patch to rewrite ivar tables metadata for classes defined.Fariborz Jahanian2007-10-181-2/+3
* Fix the following bug...Steve Naroff2007-10-181-1/+1
* Generate code for static variables that don't have initializers. Also, report...Anders Carlsson2007-10-171-5/+16
* Add a new Rewriter::getRangeSize method.Chris Lattner2007-10-161-1/+1
* Patch to diagnose duplicate method implementations.Fariborz Jahanian2007-10-161-29/+27
* Remove ObjcMethodDecl::getNumMethodParams/getMethodParamDecl, they aren't use...Steve Naroff2007-10-161-2/+2
* Bad cast...need to use dyn_cast_or_null. Also changed Sema::InitBuiltinVaList...Steve Naroff2007-10-161-1/+1
* Add code generation and sema checking for __builtin_va_arg.Anders Carlsson2007-10-151-10/+16
* Several name lookup conflict detection fixes involving objective-c names.Fariborz Jahanian2007-10-151-2/+14
* Add category lookup (removing a couple FIXME's).Steve Naroff2007-10-141-2/+2
* - Added Sema::AddFactoryMethodToGlobalPool and Sema::AddInstanceMethodToGloba...Steve Naroff2007-10-141-6/+56
* Generate code for va_start and va_end.Anders Carlsson2007-10-121-1/+3
* Patch to check for duplicate method decls in protocols.Fariborz Jahanian2007-10-121-4/+5
* Check and diagnose that objective-c objects may not be statically allocated.Fariborz Jahanian2007-10-121-0/+13
* Fixed typo in comment.Fariborz Jahanian2007-10-121-1/+1
* Fixed a @compatible_alias bug. In the process, discovered unnecessary 2ndry l...Fariborz Jahanian2007-10-121-29/+34
* Replace one FIXME with another. We handle protocols just fine now. The ObjC d...Steve Naroff2007-10-121-3/+5
* Fixed a bug whereby, struct tag name matches a typedef/objc-class nameFariborz Jahanian2007-10-121-6/+11
* This patch implementa objective-c's @compatibilty-alias declaration.Fariborz Jahanian2007-10-111-0/+46
* Add __builtin_va_start to the list of builtins, make __builtin_va_list availa...Anders Carlsson2007-10-111-1/+10
* Patch to create protocol conforming class types.Fariborz Jahanian2007-10-111-8/+10
* Fix 80 col violations.Chris Lattner2007-10-101-1/+2
* Refinements to Sema::GetObjcIdType()...Steve Naroff2007-10-101-2/+2
* - Make sure default return/argument types (for methods) default to "id".Steve Naroff2007-10-101-10/+10
* Remove Scope argument from ObjC actions that either don't need it or can now ...Steve Naroff2007-10-101-16/+13
* Make sure methods with no return type default to "id".Steve Naroff2007-10-091-2/+13
* Minor code clean up to make it more readable.Fariborz Jahanian2007-10-091-17/+14
* Remove addition of protocol names to declaration scopes, use a separateFariborz Jahanian2007-10-091-45/+11
* rename some "Parse" actions to "ActOn". Move code around inChris Lattner2007-10-091-2/+2
* Prevent memory leak by not creating a category object when there is aFariborz Jahanian2007-10-091-9/+7
* Convert Selector Maps/Sets to use stronger typing (now that we have DenseMapI...Steve Naroff2007-10-081-17/+14
* Return NULL on invalid protocol.Fariborz Jahanian2007-10-081-3/+9
* move IdentifierTable.h from liblex to libbasic.Chris Lattner2007-10-071-1/+0
* The identifier shouldn't be added to the scope, the decl should.Chris Lattner2007-10-071-8/+11
* simplify some Selector interfaces.Chris Lattner2007-10-071-16/+8
* move ImplementationClassInfo out of ASTContext into Sema.Chris Lattner2007-10-071-10/+2
* switch ObjcCategoryImplDecl over to being a NamedDecl, remove dead ctor argum...Chris Lattner2007-10-061-3/+2
* introduce a new NamedDecl class, switch a couple of things over to using it.Chris Lattner2007-10-061-55/+40
* simplify the interface to create ObjcClassDecl's.Chris Lattner2007-10-061-8/+8
* simplify the interface for creating ObjcForwardProtocolDeclChris Lattner2007-10-061-7/+7
* This is the first patch toward supporting protocol conformingFariborz Jahanian2007-10-051-2/+26
* Implement DenseMapInfo for Selector, allowing use of DenseMap/DenseSet ofChris Lattner2007-10-051-12/+11
* Patch for 1) Checking for duplicate methods decls in intterface and category.Fariborz Jahanian2007-10-051-25/+82
* this patch accomodates clattner's comments on expression processing in @try-s...Fariborz Jahanian2007-10-041-16/+17
* Fixed tabs in couple of sources.Fariborz Jahanian2007-10-041-21/+21
* Fixed all my recent test cases to have the RUN command andFariborz Jahanian2007-10-041-6/+7
* Finish renaming ObjC declaration actions.Steve Naroff2007-10-031-9/+9
* Renamed getCatLoc() to getLocation() to be consistant for suchFariborz Jahanian2007-10-031-1/+1
OpenPOWER on IntegriCloud