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