summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert my last couple patches until I can get them to not make the tests fail.Ted Kremenek2009-03-071-2/+2
* Teach Diagnostic about Selector.Ted Kremenek2009-03-071-2/+2
* Selector: (changes made after discussing this more with Steve Naroff)Ted Kremenek2009-03-071-2/+2
* Tweak diag for <rdar://problem/5982579> [clang on xcode] (using arch=x86_64):...Steve Naroff2009-03-051-1/+4
* Fix <rdar://problem/6144382> [sema] gcc inconsistency w.r.t. forward protocol...Steve Naroff2009-03-051-0/+25
* simplify Sema::AddInstanceMethodToGlobalPool, no functionality change.Chris Lattner2009-03-041-17/+15
* Fix <rdar://problem/5982579> [clang on xcode] (using arch=x86_64): synthesize...Steve Naroff2009-03-031-1/+2
* Fix <rdar://problem/6497242> Inherited overridden protocol declared objects d...Steve Naroff2009-03-031-6/+14
* Fix <rdar://problem/6497608> clang does not catch ivar type mismatches in @im...Steve Naroff2009-03-031-5/+15
* Fixed a typo.Fariborz Jahanian2009-03-021-1/+1
* Check for duplicate declaration of method of a classFariborz Jahanian2009-03-021-0/+31
* "This patch uses the new ObjCImplDecl class to merge Sema::ImplMethodsVsClas...Chris Lattner2009-03-011-70/+29
* Minor name change (move the ObjC prefix to a more appropriate place).Steve Naroff2009-02-281-2/+2
* Fix <rdar://problem/6451399> problems with labels and blocks.Steve Naroff2009-02-281-0/+2
* Diagnose gc attribute mismatch of property and its ivar.Fariborz Jahanian2009-02-271-0/+12
* Fix <rdar://problem/6574319> clang issues error on 'readonly' property with a...Steve Naroff2009-02-261-1/+6
* fix rdar://6611778, a redefinition of an interface was causing anChris Lattner2009-02-231-2/+3
* Fix <rdar://problem/6500554> missing objc error message.Steve Naroff2009-02-201-3/+13
* fix indentationChris Lattner2009-02-201-3/+3
* add plumbing to get ASTContext& down to allocation/deallocation points in Obj...Chris Lattner2009-02-201-12/+11
* remove some more methods from objc decls, using the iteratorChris Lattner2009-02-201-10/+15
* Downgrade complaints about calling unavailable functions to a warningDouglas Gregor2009-02-181-3/+3
* diagnose uses of deprecated typenames and tags.Chris Lattner2009-02-161-3/+3
* warn about interfaces that inherit from deprecated classes.Chris Lattner2009-02-161-0/+7
* warn about categories that implement deprecated interfaces.Chris Lattner2009-02-161-6/+4
* early exit on error. This code is creating an invalid decl on error. This isChris Lattner2009-02-161-24/+23
* Remove an unused variable (which caused a warning).Fariborz Jahanian2009-02-161-1/+1
* Remove FindIvarDeclaration. Use lookupInstanceVariable is is functionallyFariborz Jahanian2009-02-161-1/+1
* code cleanupChris Lattner2009-02-161-17/+17
* 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
OpenPOWER on IntegriCloud