| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | warn about categories that implement deprecated interfaces. | Chris Lattner | 2009-02-16 | 1 | -6/+4 |
| * | early exit on error. This code is creating an invalid decl on error. This is | Chris Lattner | 2009-02-16 | 1 | -24/+23 |
| * | Remove an unused variable (which caused a warning). | Fariborz Jahanian | 2009-02-16 | 1 | -1/+1 |
| * | Remove FindIvarDeclaration. Use lookupInstanceVariable is is functionally | Fariborz Jahanian | 2009-02-16 | 1 | -1/+1 |
| * | code cleanup | Chris Lattner | 2009-02-16 | 1 | -17/+17 |
| * | propagate attributes onto property decls. | Chris Lattner | 2009-02-16 | 1 | -5/+7 |
| * | Untabify. | Ben Laurie | 2009-02-16 | 1 | -2/+2 |
| * | simplify some code. | Chris Lattner | 2009-02-14 | 1 | -8/+7 |
| * | Some name-lookup-related fixes, from Piotr Rak! | Douglas Gregor | 2009-02-04 | 1 | -5/+5 |
| * | Fix <rdar://problem/6552648> error: redefinition of 'XCElementAnchorDelegate'... | Steve Naroff | 2009-02-04 | 1 | -12/+27 |
| * | Add a macro-based enumeration of all of the Decl nodes (like we do | Douglas Gregor | 2009-02-02 | 1 | -4/+4 |
| * | Eliminated LookupCriteria, whose creation was causing a bottleneck for | Douglas Gregor | 2009-01-30 | 1 | -8/+8 |
| * | diags moved, so these casts are no longer needed. | Chris Lattner | 2009-01-29 | 1 | -2/+2 |
| * | Suppress a warning | Douglas Gregor | 2009-01-29 | 1 | -2/+2 |
| * | move library-specific diagnostic headers into library private dirs. Reduce | Chris Lattner | 2009-01-29 | 1 | -1/+0 |
| * | Refactor Sema::LookupDecl() into 2 functions: LookupDeclInScope() and LookupD... | Steve Naroff | 2009-01-29 | 1 | -8/+8 |
| * | Split the single monolithic DiagnosticKinds.def file into one | Chris Lattner | 2009-01-27 | 1 | -1/+1 |
| * | Remove ScopedDecl, collapsing all of its functionality into Decl, so | Douglas Gregor | 2009-01-20 | 1 | -8/+8 |
| * | Type of property and its ivar is more restrictive | Fariborz Jahanian | 2009-01-19 | 1 | -0/+15 |
| * | Diagnose when method parameter is an object. | Fariborz Jahanian | 2009-01-17 | 1 | -0/+5 |
| * | Cleanup DeclContext::addDecl and DeclContext::insert interface, from Piotr Rak | Douglas Gregor | 2009-01-12 | 1 | -18/+18 |
| * | Patch to supprt case of readonly property being | Fariborz Jahanian | 2009-01-12 | 1 | -0/+45 |
| * | Convert property implementation to DeclContext::addDecl(). | Steve Naroff | 2009-01-11 | 1 | -10/+4 |
| * | This patch removes mergeProperties and does the property lookup | Fariborz Jahanian | 2009-01-09 | 1 | -11/+2 |
| * | Replace DeclContext's vector of ScopedDecl pointers with a linked list | Douglas Gregor | 2009-01-09 | 1 | -6/+4 |
| * | Provide a new kind of iterator, the specific_decl_iterator, that | Douglas Gregor | 2009-01-09 | 1 | -2/+2 |