| Commit message (Expand) | Author | Age | Files | Lines |
| * | objective-C: synthesize properties in order of their | Fariborz Jahanian | 2013-02-14 | 1 | -4/+8 |
| * | objective-C: Make order of ivars which are synthesized | Fariborz Jahanian | 2013-02-13 | 1 | -7/+40 |
| * | Ensure that type definitions present in just-loaded modules are | Douglas Gregor | 2013-02-09 | 1 | -10/+16 |
| * | Treat hidden Objective-C protocol definitions as if they were | Douglas Gregor | 2013-01-17 | 1 | -0/+27 |
| * | Rework the traversal of Objective-C categories and extensions to | Douglas Gregor | 2013-01-16 | 1 | -59/+70 |
| * | comment parsing: when property accessors don't have comment | Fariborz Jahanian | 2013-01-12 | 1 | -0/+5 |
| * | Minor refactoring of my last patch | Fariborz Jahanian | 2013-01-07 | 1 | -13/+12 |
| * | objective-C: when searching for declarations in protocol | Fariborz Jahanian | 2013-01-07 | 1 | -4/+8 |
| * | Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe... | David Blaikie | 2012-12-19 | 1 | -7/+9 |
| * | Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ... | Benjamin Kramer | 2012-12-01 | 1 | -1/+22 |
| * | Address Jordan's review: comments, spaces. | Anna Zaks | 2012-10-31 | 1 | -2/+5 |
| * | Factor CollectClassPropertyImplementations out of Sema into AST | Anna Zaks | 2012-10-18 | 1 | -0/+26 |
| * | ObjCMethodDecl::findPropertyDecl: bail out early if not an instance method. | Jordan Rose | 2012-10-11 | 1 | -1/+1 |
| * | [Doc parsing] This patch searches overridden objc/c++ | Fariborz Jahanian | 2012-10-10 | 1 | -0/+2 |
| * | Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl. | Jordan Rose | 2012-10-10 | 1 | -0/+42 |
| * | Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor. | Jordan Rose | 2012-10-10 | 1 | -4/+3 |
| * | Move the functionality that looks for ObjC overridden methods from | Argyrios Kyrtzidis | 2012-10-09 | 1 | -0/+174 |
| * | When we load a function or method body from an AST file, we check | Douglas Gregor | 2012-10-09 | 1 | -0/+4 |
| * | 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 |