summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix rdar://6771034: don't warn on use of forward declared protocol in protocolChris Lattner2009-04-121-1/+1
* improve location info for property stuff. In a property like this:Chris Lattner2009-04-111-11/+10
* improve the 'conflicting types' diagnostics to include correct location info,...Chris Lattner2009-04-111-16/+19
* Set proper location info on objc method arguments.Chris Lattner2009-04-111-5/+3
* simplify code to use adjustParameterType, apply objc arg attributesChris Lattner2009-04-111-13/+12
* Improve the 'cannot pass objc interface by value' diagnostic:Chris Lattner2009-04-111-18/+17
* change the interface to ActOnMethodDeclaration to pass down argumentChris Lattner2009-04-111-11/+15
* simplify this code to not bother stripping to canonical types, andChris Lattner2009-04-111-15/+12
* Fix another fallout from defining __weak unconditionally.Fariborz Jahanian2009-04-101-1/+2
* Use getDeclName() instead of getIdentifier() (safe against null pointers)Ted Kremenek2009-04-101-1/+1
* Propagate the ASTContext to various AST traversal and lookup functions.Douglas Gregor2009-04-091-58/+66
* Now that we have __weak defined as attribute in all modes,Fariborz Jahanian2009-04-071-1/+2
* Warn instead of error on duplicate protocol definitions.Fariborz Jahanian2009-04-061-2/+1
* Fixed visibility issues related to objc2's synthesizedFariborz Jahanian2009-04-061-1/+1
* writable property in a category of class's superclassFariborz Jahanian2009-04-061-0/+3
* Real corener case of a method declared in a protocolFariborz Jahanian2009-04-031-2/+9
* Fix up lookup rules for properties declared inFariborz Jahanian2009-04-021-24/+37
* Fix a bug in declaration of property in continuationFariborz Jahanian2009-04-011-14/+14
* fe support for objc2's nonfragile-abi synthesized ivars.Fariborz Jahanian2009-03-311-6/+11
* Push DeclGroup much farther throughout the compiler. Now the variousChris Lattner2009-03-291-11/+12
* tighten this up, the decl *must* be a declcontext, no need for the dynamic ch...Chris Lattner2009-03-291-1/+1
* Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for aChris Lattner2009-03-281-134/+128
* Issue error if variables are defined inside an objc class,Fariborz Jahanian2009-03-211-8/+10
* objc: Implemented variables declared in class interface Fariborz Jahanian2009-03-181-1/+12
* Make Selector::getIdentifierInfo() private. I took a first attempt at this lastTed Kremenek2009-03-141-2/+2
* Remove ActiveScope (revert http://llvm.org/viewvc/llvm-project?view=rev&revis...Steve Naroff2009-03-131-2/+0
* 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
OpenPOWER on IntegriCloud