summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* propagate attributes onto property decls.Chris Lattner2009-02-161-5/+7
* Untabify.Ben Laurie2009-02-161-2/+2
* simplify some code.Chris Lattner2009-02-141-8/+7
* Some name-lookup-related fixes, from Piotr Rak!Douglas Gregor2009-02-041-5/+5
* Fix <rdar://problem/6552648> error: redefinition of 'XCElementAnchorDelegate'...Steve Naroff2009-02-041-12/+27
* Add a macro-based enumeration of all of the Decl nodes (like we doDouglas Gregor2009-02-021-4/+4
* Eliminated LookupCriteria, whose creation was causing a bottleneck forDouglas Gregor2009-01-301-8/+8
* diags moved, so these casts are no longer needed.Chris Lattner2009-01-291-2/+2
* Suppress a warningDouglas Gregor2009-01-291-2/+2
* move library-specific diagnostic headers into library private dirs. ReduceChris Lattner2009-01-291-1/+0
* Refactor Sema::LookupDecl() into 2 functions: LookupDeclInScope() and LookupD...Steve Naroff2009-01-291-8/+8
* Split the single monolithic DiagnosticKinds.def file into oneChris Lattner2009-01-271-1/+1
* Remove ScopedDecl, collapsing all of its functionality into Decl, soDouglas Gregor2009-01-201-8/+8
* Type of property and its ivar is more restrictiveFariborz Jahanian2009-01-191-0/+15
* Diagnose when method parameter is an object.Fariborz Jahanian2009-01-171-0/+5
* Cleanup DeclContext::addDecl and DeclContext::insert interface, from Piotr RakDouglas Gregor2009-01-121-18/+18
* Patch to supprt case of readonly property being Fariborz Jahanian2009-01-121-0/+45
* Convert property implementation to DeclContext::addDecl().Steve Naroff2009-01-111-10/+4
* This patch removes mergeProperties and does the property lookupFariborz Jahanian2009-01-091-11/+2
* Replace DeclContext's vector of ScopedDecl pointers with a linked listDouglas Gregor2009-01-091-6/+4
* Provide a new kind of iterator, the specific_decl_iterator, thatDouglas Gregor2009-01-091-2/+2
* Move property API's up to ObjCContainerDecl (removing a lot of duplicate code).Steve Naroff2009-01-091-42/+27
* Addressed the issue in <rdar://problem/6479085>, where we failed toDouglas Gregor2009-01-091-21/+50
* Adding support for ObjC methods which have c-styleFariborz Jahanian2009-01-091-0/+1
* Move FIXME to a better location.Steve Naroff2009-01-081-5/+5
* Removed ObjCContainerDecl::getPropertyMethods()...doesn't belong in the AST.Steve Naroff2009-01-081-1/+53
* This is a large/messy diff that unifies the ObjC AST's with DeclContext.Steve Naroff2009-01-081-56/+53
* Objc's compatibility-alias semantics and codeFariborz Jahanian2009-01-081-0/+9
* Allow Objective-C entities to be declared within a transparent contextDouglas Gregor2009-01-061-1/+1
* Remove hasKind(). Use existing getKind().Fariborz Jahanian2008-12-291-2/+2
* Patch to remove bogus warning in case of @dynamicFariborz Jahanian2008-12-221-5/+12
* Finish up saving original parameter type andFariborz Jahanian2008-12-201-6/+16
* This patch will build the Records lazily per Steve's comments.Fariborz Jahanian2008-12-171-1/+0
* Move the other Sema::ActOnLinkageSpec to SemaDeclCXX.Chris Lattner2008-12-171-2/+50
* Semantics of @protocol attributes.Fariborz Jahanian2008-12-171-3/+14
* Silence a couple more operator precedence warnings; this shouldn't Eli Friedman2008-12-161-4/+4
* Patch to check for ObjC's property type.Fariborz Jahanian2008-12-161-0/+4
* Name of addLayoutToClass is confusing as no layout calculationFariborz Jahanian2008-12-151-1/+1
* Add storage layout to ObjC classes.Fariborz Jahanian2008-12-131-0/+1
* Unifies the name-lookup mechanisms used in various parts of the ASTDouglas Gregor2008-12-111-1/+1
* Support for implementation of property in the case whereFariborz Jahanian2008-12-091-1/+1
* Sema::ActOnMethodDeclaration(): Make sure we perform the default function/arr...Steve Naroff2008-12-091-2/+7
* Changed 'readonly' 'retain/copy' diagnostics intoFariborz Jahanian2008-12-081-2/+3
* Since we do not allow a readonly property to be 'copy'retain', weFariborz Jahanian2008-12-081-5/+1
* Move Sema::isTemplateParameterDecl to Decl::isTemplateParameter, where it bel...Douglas Gregor2008-12-081-2/+2
* Setters returning a typedef of 'void' should not cause error.Fariborz Jahanian2008-12-061-1/+2
* Use of properties declared in protocols in the categoryFariborz Jahanian2008-12-061-6/+56
* Improve error reporting of property and setter/getterFariborz Jahanian2008-12-061-2/+6
* Check for correct'void' return type for setter methods.Fariborz Jahanian2008-12-061-1/+1
* Changed a 'FIXME' into new comment. Added a test caseFariborz Jahanian2008-12-061-1/+3
OpenPOWER on IntegriCloud