Age | Commit message (Expand) | Author |
2012-02-09 | objc: If a method is not implemented in the category implementation but | Fariborz Jahanian |
2012-01-31 | Make the callback object to Sema::CorrectTypo mandatory. | Kaelyn Uhrain |
2012-01-25 | Whenever Sema attempts to look in the global method pool, try to load | Douglas Gregor |
2012-01-25 | Rework the external Sema source's ReadMethodPool() so that it doesn't | Douglas Gregor |
2012-01-25 | Factor out the addition of a method into the global method pool, and | Douglas Gregor |
2012-01-24 | objective-c: Ignore with warning forward class declaration whose name | Fariborz Jahanian |
2012-01-14 | objc: disallow __block attribute on method params. | Fariborz Jahanian |
2012-01-13 | Fix up the calls to CorrectTypo in Sema*ObjC.cpp to use callback | Kaelyn Uhrain |
2012-01-05 | After further discussion, rename attribute 'objc_disable_automatic_synthesis'... | Ted Kremenek |
2012-01-03 | objc: use objc_suppress_autosynthesis attribute on classes | Fariborz Jahanian |
2012-01-02 | Eliminate ObjCProtocolDecl's end-of-definition location. It is not | Douglas Gregor |
2012-01-02 | Move ObjCProtocolDecl::EndLoc into its DefinitionData, and give | Douglas Gregor |
2012-01-01 | Eliminate the ForwardDecl/InitiallyForwardDecl bits from ObjCProtocolDecl. Th... | Douglas Gregor |
2012-01-01 | Eliminate ObjCForwardProtocolDecl, which is redundant now that | Douglas Gregor |
2012-01-01 | Eliminate ASTMutationListener::UpdatedAttributeList, which is no | Douglas Gregor |
2012-01-01 | Wire up redeclaration chains for Objective-C protocols, so that both | Douglas Gregor |
2012-01-01 | Move the data that corresponds to the definition of a protocol into a | Douglas Gregor |
2011-12-27 | Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl | Douglas Gregor |
2011-12-21 | objc QOI: Don't't warn about mismatch between attributes | Fariborz Jahanian |
2011-12-16 | Fix chaining of ObjCInterfaceDecl redeclarations | Douglas Gregor |
2011-12-15 | Move ObjCInterfaceDecl's "EndLoc" into DefinitionData, since it only | Douglas Gregor |
2011-12-15 | Keep track of all declarations of an Objective-C class (both forward | Douglas Gregor |
2011-12-15 | Move the definition-specific data of ObjCInterfaceDecl into a | Douglas Gregor |
2011-12-15 | Replace all comparisons between ObjCInterfaceDecl pointers with calls | Douglas Gregor |
2011-12-13 | objc: diagnose duplicate declaration of methods | Fariborz Jahanian |
2011-12-10 | Make sure that we infer __strong, etc. when we instantiate variables | Douglas Gregor |
2011-12-09 | Save category name loc in ObjCCategoryImplDecl, patch by Jason Haslam! | Argyrios Kyrtzidis |
2011-12-06 | Extend warnings for missing '@end'. | Erik Verbruggen |
2011-12-06 | objc: put out more coherent warning when method definition | Fariborz Jahanian |
2011-12-01 | When typo-correction an Objective-C superclass name, don't | Douglas Gregor |
2011-11-23 | [libclang] Fix operations (token annotation, getting cursor, etc.) with a fil... | Argyrios Kyrtzidis |
2011-11-23 | [libclang] Indexing API: Fix issues, mostly C++ related. | Argyrios Kyrtzidis |
2011-11-14 | Use Sema::RequireCompleteType to check for the completeness of | Douglas Gregor |
2011-11-13 | Don't crash when a duplicate interface/protocol is inside an extern "C" context. | Argyrios Kyrtzidis |
2011-11-12 | Add a method in ASTMutationListener for the last use of Decl's [is/set]Change... | Argyrios Kyrtzidis |
2011-11-12 | [PCH] When completing an objc forward reference, do not serialize the chain o... | Argyrios Kyrtzidis |
2011-10-27 | For the "'@end' is missing in implementation context" point at the location o... | Argyrios Kyrtzidis |
2011-10-22 | Fixes a minor hick up to my last patch. | Fariborz Jahanian |
2011-10-22 | objc: private methods can have their attributes, no diagnostic is required. | Fariborz Jahanian |
2011-10-17 | Introduce ASTConsumer::HandleTopLevelDeclInObjCContainer which accepts | Argyrios Kyrtzidis |
2011-10-17 | Keep track when a ObjC interface/protocol was initially created as a forward ... | Argyrios Kyrtzidis |
2011-10-14 | Really protect from infinite loop when there are objc method redeclarations. | Argyrios Kyrtzidis |
2011-10-14 | Keep track of objc method redeclarations in the same interface. | Argyrios Kyrtzidis |
2011-10-10 | Constant expression evaluation refactoring: | Richard Smith |
2011-10-10 | objc: Some refactoring of overriding method decl. code | Fariborz Jahanian |
2011-10-06 | Implicitly assume that a ObjC category to an unavailable interface is also un... | Argyrios Kyrtzidis |
2011-10-06 | When using an unavailable/deprecated interface Foo inside Foo's interface/imp... | Argyrios Kyrtzidis |
2011-10-05 | Fix the rewriter, rdar://10234024. | Argyrios Kyrtzidis |
2011-10-04 | Improve location fidelity of objc decls. | Argyrios Kyrtzidis |
2011-10-03 | Allow getting all source locations of selector identifiers in a ObjCMethodDecl. | Argyrios Kyrtzidis |