summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Canonicalize else.Mike Stump2009-08-041-27/+16
* Some code refactoring. Be more generous in issuance of warningFariborz Jahanian2009-08-041-24/+34
* Compare matching selectors in current andFariborz Jahanian2009-08-041-0/+33
* Make ObjCImplDecl inherit from ObjCContainerDecl.Argyrios Kyrtzidis2009-07-271-2/+2
* Remove a bunch of FIXME's related to ObjC type checking.Steve Naroff2009-07-231-4/+5
* Remove the ObjCCategoryImpls vector from Sema class.Argyrios Kyrtzidis2009-07-211-2/+0
* Remove Sema::LookupObjCImplementation and replace it with just calling ObjCIn...Argyrios Kyrtzidis2009-07-211-4/+5
* - Introduce ASTContext::getObjCImplementation() and ASTContext::setObjCImplem...Argyrios Kyrtzidis2009-07-211-3/+27
* Remove ASTContext::isObjCObjectPointerType().Steve Naroff2009-07-161-3/+5
* This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff2009-07-101-1/+1
* don't crash if class is using itself as its super class.Fariborz Jahanian2009-07-091-36/+42
* De-ASTContext-ify DeclContext.Argyrios Kyrtzidis2009-06-301-81/+74
* Support dependent extended vector types and template instantiationDouglas Gregor2009-06-171-6/+6
* Adds synthesize ivars to DeclContext.Fariborz Jahanian2009-06-061-1/+6
* More refactoring/cleanup of objc ivars.Fariborz Jahanian2009-06-041-22/+11
* (Next runtime only) check to see if class implements forwardInvocation method Fariborz Jahanian2009-05-221-17/+34
* Use v.data() instead of &v[0] when SmallVector v might be empty.Jay Foad2009-05-211-1/+1
* Reflow some comments.Mike Stump2009-05-161-13/+11
* Don't warn if result/argument type of an implemented Fariborz Jahanian2009-05-141-2/+5
* Method attributes may only be specified on methodFariborz Jahanian2009-05-121-0/+4
* Fixes a bug in my last patch. Order of types reversed.Fariborz Jahanian2009-05-081-2/+1
* Refactoring of my last patch.Fariborz Jahanian2009-05-081-16/+23
* More type checking for properties, accessors andFariborz Jahanian2009-05-081-6/+12
* Add a warning for a missing copy attribute on a property that is aMike Stump2009-05-071-0/+5
* a forward class declaration matching a typedef name of a classFariborz Jahanian2009-05-071-0/+7
* Remove support for ObjCMethodDecl attributes that appear between theTed Kremenek2009-05-041-4/+0
* Check for method type conflict between declaration inFariborz Jahanian2009-05-011-37/+85
* Use of super class ivar to synthesize property is back to being error.Fariborz Jahanian2009-04-301-1/+1
* Hook up Sema support for attributes on Objective-C method declarations thatTed Kremenek2009-04-301-0/+4
* Change to warning when property uses an ivar in super classFariborz Jahanian2009-04-291-1/+1
* use of an ivar specified on a property @synthesizeFariborz Jahanian2009-04-291-2/+1
* Remove getIntegerConstantExprValue in favor of using EvaluateAsInt.Eli Friedman2009-04-261-2/+2
* Fix a pasto in the lookup of instance methods in the global poolDouglas Gregor2009-04-241-2/+2
* PCH support for the global method pool (= instance and factory methodDouglas Gregor2009-04-241-3/+93
* Eliminate Sema::ObjCAliasDecls. This is based on Steve's fix, but alsoDouglas Gregor2009-04-241-5/+1
* Fix Objective-C crashesDouglas Gregor2009-04-241-3/+0
* Eliminate Sema::ObjCInterfaceDeclsDouglas Gregor2009-04-241-10/+2
* Eliminate Sema::ObjCImplementations, relying instead on name lookup. What's g...Douglas Gregor2009-04-241-7/+4
* Eliminate Sema::ObjCProtocols. Instead, we place ObjCProtocolDecls inDouglas Gregor2009-04-231-9/+6
* Diagnose if an implementation implements a forward classFariborz Jahanian2009-04-231-1/+3
* Remove @compatibility_alias regression.Steve Naroff2009-04-231-1/+2
* More PushOnScopeChain() FIXME's.Steve Naroff2009-04-231-4/+2
* Sema::ActOnStartClassInterface(): Use PushOnScopeChains().Steve Naroff2009-04-231-2/+1
* Eliminate the three SmallVectors in ObjCImplDecl (for instanceDouglas Gregor2009-04-231-26/+29
* Make sure to mark the interface as completed when we see anDaniel Dunbar2009-04-211-0/+5
* Patch to diagnose use of objc's @defs in nonfragile abi.Fariborz Jahanian2009-04-211-0/+5
* Add pch reader/writer support for ObjCContainerDecl, ObjCInterfaceDecl, & Obj...Steve Naroff2009-04-201-1/+1
* Add pch reader/writer support for ObjCMethodDecl.Steve Naroff2009-04-201-4/+4
* add a new Sema::CurFunctionNeedsScopeChecking bool that is used to avoid Chris Lattner2009-04-191-0/+2
* Patch to remove a bogus warning which pointed to underlying ASTFariborz Jahanian2009-04-151-13/+3
OpenPOWER on IntegriCloud