| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix rdar://6771034: don't warn on use of forward declared protocol in protocol | Chris Lattner | 2009-04-12 | 1 | -1/+1 |
| * | improve location info for property stuff. In a property like this: | Chris Lattner | 2009-04-11 | 1 | -11/+10 |
| * | improve the 'conflicting types' diagnostics to include correct location info,... | Chris Lattner | 2009-04-11 | 1 | -16/+19 |
| * | Set proper location info on objc method arguments. | Chris Lattner | 2009-04-11 | 1 | -5/+3 |
| * | simplify code to use adjustParameterType, apply objc arg attributes | Chris Lattner | 2009-04-11 | 1 | -13/+12 |
| * | Improve the 'cannot pass objc interface by value' diagnostic: | Chris Lattner | 2009-04-11 | 1 | -18/+17 |
| * | change the interface to ActOnMethodDeclaration to pass down argument | Chris Lattner | 2009-04-11 | 1 | -11/+15 |
| * | simplify this code to not bother stripping to canonical types, and | Chris Lattner | 2009-04-11 | 1 | -15/+12 |
| * | Fix another fallout from defining __weak unconditionally. | Fariborz Jahanian | 2009-04-10 | 1 | -1/+2 |
| * | Use getDeclName() instead of getIdentifier() (safe against null pointers) | Ted Kremenek | 2009-04-10 | 1 | -1/+1 |
| * | Propagate the ASTContext to various AST traversal and lookup functions. | Douglas Gregor | 2009-04-09 | 1 | -58/+66 |
| * | Now that we have __weak defined as attribute in all modes, | Fariborz Jahanian | 2009-04-07 | 1 | -1/+2 |
| * | Warn instead of error on duplicate protocol definitions. | Fariborz Jahanian | 2009-04-06 | 1 | -2/+1 |
| * | Fixed visibility issues related to objc2's synthesized | Fariborz Jahanian | 2009-04-06 | 1 | -1/+1 |
| * | writable property in a category of class's superclass | Fariborz Jahanian | 2009-04-06 | 1 | -0/+3 |
| * | Real corener case of a method declared in a protocol | Fariborz Jahanian | 2009-04-03 | 1 | -2/+9 |
| * | Fix up lookup rules for properties declared in | Fariborz Jahanian | 2009-04-02 | 1 | -24/+37 |
| * | Fix a bug in declaration of property in continuation | Fariborz Jahanian | 2009-04-01 | 1 | -14/+14 |
| * | fe support for objc2's nonfragile-abi synthesized ivars. | Fariborz Jahanian | 2009-03-31 | 1 | -6/+11 |
| * | Push DeclGroup much farther throughout the compiler. Now the various | Chris Lattner | 2009-03-29 | 1 | -11/+12 |
| * | tighten this up, the decl *must* be a declcontext, no need for the dynamic ch... | Chris Lattner | 2009-03-29 | 1 | -1/+1 |
| * | Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a | Chris Lattner | 2009-03-28 | 1 | -134/+128 |
| * | Issue error if variables are defined inside an objc class, | Fariborz Jahanian | 2009-03-21 | 1 | -8/+10 |
| * | objc: Implemented variables declared in class interface | Fariborz Jahanian | 2009-03-18 | 1 | -1/+12 |
| * | Make Selector::getIdentifierInfo() private. I took a first attempt at this last | Ted Kremenek | 2009-03-14 | 1 | -2/+2 |
| * | Remove ActiveScope (revert http://llvm.org/viewvc/llvm-project?view=rev&revis... | Steve Naroff | 2009-03-13 | 1 | -2/+0 |
| * | Revert my last couple patches until I can get them to not make the tests fail. | Ted Kremenek | 2009-03-07 | 1 | -2/+2 |
| * | Teach Diagnostic about Selector. | Ted Kremenek | 2009-03-07 | 1 | -2/+2 |
| * | Selector: (changes made after discussing this more with Steve Naroff) | Ted Kremenek | 2009-03-07 | 1 | -2/+2 |
| * | Tweak diag for <rdar://problem/5982579> [clang on xcode] (using arch=x86_64):... | Steve Naroff | 2009-03-05 | 1 | -1/+4 |
| * | Fix <rdar://problem/6144382> [sema] gcc inconsistency w.r.t. forward protocol... | Steve Naroff | 2009-03-05 | 1 | -0/+25 |
| * | simplify Sema::AddInstanceMethodToGlobalPool, no functionality change. | Chris Lattner | 2009-03-04 | 1 | -17/+15 |
| * | Fix <rdar://problem/5982579> [clang on xcode] (using arch=x86_64): synthesize... | Steve Naroff | 2009-03-03 | 1 | -1/+2 |
| * | Fix <rdar://problem/6497242> Inherited overridden protocol declared objects d... | Steve Naroff | 2009-03-03 | 1 | -6/+14 |
| * | Fix <rdar://problem/6497608> clang does not catch ivar type mismatches in @im... | Steve Naroff | 2009-03-03 | 1 | -5/+15 |
| * | Fixed a typo. | Fariborz Jahanian | 2009-03-02 | 1 | -1/+1 |
| * | Check for duplicate declaration of method of a class | Fariborz Jahanian | 2009-03-02 | 1 | -0/+31 |
| * | "This patch uses the new ObjCImplDecl class to merge Sema::ImplMethodsVsClas... | Chris Lattner | 2009-03-01 | 1 | -70/+29 |
| * | Minor name change (move the ObjC prefix to a more appropriate place). | Steve Naroff | 2009-02-28 | 1 | -2/+2 |
| * | Fix <rdar://problem/6451399> problems with labels and blocks. | Steve Naroff | 2009-02-28 | 1 | -0/+2 |
| * | Diagnose gc attribute mismatch of property and its ivar. | Fariborz Jahanian | 2009-02-27 | 1 | -0/+12 |
| * | Fix <rdar://problem/6574319> clang issues error on 'readonly' property with a... | Steve Naroff | 2009-02-26 | 1 | -1/+6 |
| * | fix rdar://6611778, a redefinition of an interface was causing an | Chris Lattner | 2009-02-23 | 1 | -2/+3 |
| * | Fix <rdar://problem/6500554> missing objc error message. | Steve Naroff | 2009-02-20 | 1 | -3/+13 |
| * | fix indentation | Chris Lattner | 2009-02-20 | 1 | -3/+3 |
| * | add plumbing to get ASTContext& down to allocation/deallocation points in Obj... | Chris Lattner | 2009-02-20 | 1 | -12/+11 |
| * | remove some more methods from objc decls, using the iterator | Chris Lattner | 2009-02-20 | 1 | -10/+15 |
| * | Downgrade complaints about calling unavailable functions to a warning | Douglas Gregor | 2009-02-18 | 1 | -3/+3 |
| * | diagnose uses of deprecated typenames and tags. | Chris Lattner | 2009-02-16 | 1 | -3/+3 |
| * | warn about interfaces that inherit from deprecated classes. | Chris Lattner | 2009-02-16 | 1 | -0/+7 |