| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make getDefaultSynthIvarName() a member of ObjCPropertyDecl. | Anna Zaks | 2012-09-27 | 1 | -0/+11 |
| * | Mark ObjCInterfaceDecl::lookupPrivateMethod as const. | Anna Zaks | 2012-07-30 | 1 | -1/+1 |
| * | Consolidate ObjC lookupPrivateMethod methods from Sema and DeclObjC. | Anna Zaks | 2012-07-27 | 1 | -1/+20 |
| * | Remove HasSynthBitfield and all callers/writers/etc. Also remove | Eric Christopher | 2012-07-19 | 1 | -9/+3 |
| * | [AST/libclang] Fix the selector locations that are reported for a | Argyrios Kyrtzidis | 2012-06-16 | 1 | -1/+8 |
| * | Documentation cleanup: escape Objective-C @keywords in Doxygen comments. | James Dennett | 2012-06-15 | 1 | -3/+3 |
| * | Revert Decl's iterators back to pointer value_type rather than reference valu... | David Blaikie | 2012-06-06 | 1 | -11/+11 |
| * | Remove the ref/value inconsistency in filter_decl_iterator. | David Blaikie | 2012-04-30 | 1 | -11/+11 |
| * | objective-c: Don't warn when a category does not implement a method | Fariborz Jahanian | 2012-04-05 | 1 | -10/+12 |
| * | [Sema] Prefer to use ObjCInterfaceDecl's protocol_begin()/protocol_end() iter... | Argyrios Kyrtzidis | 2012-03-13 | 1 | -9/+5 |
| * | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -1/+1 |
| * | [Sema] Fix crash-on-invalid-code issue: | Argyrios Kyrtzidis | 2012-03-02 | 1 | -0/+4 |
| * | objective-c: provide fixit hint when atomic property does not | Fariborz Jahanian | 2012-02-29 | 1 | -1/+3 |
| * | modern objc translator. Finish off first cut of the | Fariborz Jahanian | 2012-02-20 | 1 | -4/+10 |
| * | objc: If a method is not implemented in the category implementation but | Fariborz Jahanian | 2012-02-09 | 1 | -15/+17 |
| * | Switch the ObjC*Decl raw_stream overloads to take a reference, for consistenc... | Benjamin Kramer | 2012-02-07 | 1 | -4/+4 |
| * | Delay the creation of the built-in Objective-C class 'Protocol' by | Douglas Gregor | 2012-01-17 | 1 | -1/+1 |
| * | When deserializing the definition of a C++ class/ObjC class/ObjC | Douglas Gregor | 2012-01-15 | 1 | -6/+0 |
| * | When creating declarations that are deserialized from an module file, | Douglas Gregor | 2012-01-05 | 1 | -6/+70 |
| * | Eliminate the ForwardDecl/InitiallyForwardDecl bits from ObjCProtocolDecl. Th... | Douglas Gregor | 2012-01-01 | 1 | -10/+4 |
| * | Eliminate ObjCForwardProtocolDecl, which is redundant now that | Douglas Gregor | 2012-01-01 | 1 | -24/+0 |
| * | Wire up redeclaration chains for Objective-C protocols, so that both | Douglas Gregor | 2012-01-01 | 1 | -7/+22 |
| * | Introduce the core infrastructure needed to model redeclaration chains | Douglas Gregor | 2012-01-01 | 1 | -1/+7 |
| * | Move the data that corresponds to the definition of a protocol into a | Douglas Gregor | 2012-01-01 | 1 | -1/+11 |
| * | Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl | Douglas Gregor | 2011-12-27 | 1 | -22/+0 |
| * | objective-c: Use class definition AST in several situations when | Fariborz Jahanian | 2011-12-23 | 1 | -0/+4 |
| * | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 2011-12-20 | 1 | -0/+24 |
| * | Make sure we're always setting the previous declaration of an ObjCInterfaceDecl | Douglas Gregor | 2011-12-16 | 1 | -9/+10 |
| * | If there is a definition of an ObjCInterfaceDecl, make it the Decl returned f... | Douglas Gregor | 2011-12-16 | 1 | -1/+5 |
| * | Fix chaining of ObjCInterfaceDecl redeclarations | Douglas Gregor | 2011-12-16 | 1 | -14/+22 |
| * | Keep track of all declarations of an Objective-C class (both forward | Douglas Gregor | 2011-12-15 | 1 | -14/+22 |
| * | Extend ObjCInterfaceDecl::DefinitionData to contain a pointer to the | Douglas Gregor | 2011-12-15 | 1 | -4/+4 |
| * | Introduce the core infrastructure needed to model a complete | Douglas Gregor | 2011-12-15 | 1 | -1/+9 |
| * | Move the definition-specific data of ObjCInterfaceDecl into a | Douglas Gregor | 2011-12-15 | 1 | -36/+72 |
| * | Eliminate the vistigial ObjCClassDecl::ObjCClassRef, and inline its | Douglas Gregor | 2011-12-14 | 1 | -18/+8 |
| * | Save category name loc in ObjCCategoryImplDecl, patch by Jason Haslam! | Argyrios Kyrtzidis | 2011-12-09 | 1 | -2/+3 |
| * | Use Decl's isImplicit field to indicate whether an ObjCInterfaceDecl is 'Impl... | Argyrios Kyrtzidis | 2011-11-15 | 1 | -1/+2 |
| * | ARC: make assignment to 'self' within class methods illegal. Fixes <rdar://p... | Ted Kremenek | 2011-11-14 | 1 | -11/+20 |
| * | [PCH] When completing an objc forward reference, do not serialize the chain o... | Argyrios Kyrtzidis | 2011-11-12 | 1 | -0/+14 |
| * | Relax restriction of assigning to 'self' in ARC when a method is attributed w... | Ted Kremenek | 2011-10-25 | 1 | -2/+2 |
| * | Don't forget to complete the objc interface before asking for information, | Argyrios Kyrtzidis | 2011-10-19 | 1 | -0/+9 |
| * | Have ObjCMethodDecl::getCanonicalDecl take into account redeclared methods. | Argyrios Kyrtzidis | 2011-10-17 | 1 | -0/+4 |
| * | Keep track when a ObjC interface/protocol was initially created as a forward ... | Argyrios Kyrtzidis | 2011-10-17 | 1 | -4/+6 |
| * | [PCH] Serialize info about redeclared objc methods. | Argyrios Kyrtzidis | 2011-10-14 | 1 | -2/+4 |
| * | Really protect from infinite loop when there are objc method redeclarations. | Argyrios Kyrtzidis | 2011-10-14 | 1 | -0/+12 |
| * | Keep track of objc method redeclarations in the same interface. | Argyrios Kyrtzidis | 2011-10-14 | 1 | -1/+5 |
| * | Improve location fidelity of objc decls. | Argyrios Kyrtzidis | 2011-10-04 | 1 | -12/+17 |
| * | Allow getting all source locations of selector identifiers in a ObjCMethodDecl. | Argyrios Kyrtzidis | 2011-10-03 | 1 | -1/+36 |
| * | Pass from the parser the locations of selector identifiers when creating | Argyrios Kyrtzidis | 2011-10-03 | 1 | -0/+1 |
| * | Don't keep NumSelectorArgs in the ObjCMethodDecl, the number can be derived f... | Argyrios Kyrtzidis | 2011-10-03 | 1 | -4/+2 |