| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fix chaining of ObjCInterfaceDecl redeclarations | Douglas Gregor | 2011-12-16 | 1 | -9/+14 |
| * | Move ObjCInterfaceDecl's "EndLoc" into DefinitionData, since it only | Douglas Gregor | 2011-12-15 | 1 | -2/+2 |
| * | Keep track of all declarations of an Objective-C class (both forward | Douglas Gregor | 2011-12-15 | 1 | -1/+0 |
| * | Extend ObjCInterfaceDecl::DefinitionData to contain a pointer to the | Douglas Gregor | 2011-12-15 | 1 | -5/+5 |
| * | Introduce the core infrastructure needed to model a complete | Douglas Gregor | 2011-12-15 | 1 | -3/+16 |
| * | Move the definition-specific data of ObjCInterfaceDecl into a | Douglas Gregor | 2011-12-15 | 1 | -33/+70 |
| * | Eliminate the vistigial ObjCClassDecl::ObjCClassRef, and inline its | Douglas Gregor | 2011-12-14 | 1 | -3/+2 |
| * | Save category name loc in ObjCCategoryImplDecl, patch by Jason Haslam! | Argyrios Kyrtzidis | 2011-12-09 | 1 | -1/+2 |
| * | Introduce a module import declaration, so that we properly represent, e.g., | Douglas Gregor | 2011-12-02 | 1 | -0/+20 |
| * | Implement name hiding for declarations deserialized from a non-visible | Douglas Gregor | 2011-12-01 | 1 | -4/+27 |
| * | Infer the submodule ID for a given declaration based on the location | Douglas Gregor | 2011-12-01 | 1 | -0/+4 |
| * | Promote ModuleMap::Module to a namespace-scope class in the Basic | Douglas Gregor | 2011-11-30 | 1 | -17/+17 |
| * | [libclang] Fix operations (token annotation, getting cursor, etc.) with a fil... | Argyrios Kyrtzidis | 2011-11-23 | 1 | -0/+1 |
| * | Use Decl's isImplicit field to indicate whether an ObjCInterfaceDecl is 'Impl... | Argyrios Kyrtzidis | 2011-11-15 | 1 | -1/+0 |
| * | [PCH] Load the chained objc categories only after recursive loading is finished | Argyrios Kyrtzidis | 2011-11-14 | 1 | -2/+4 |
| * | [PCH] When completing an objc forward reference, do not serialize the chain o... | Argyrios Kyrtzidis | 2011-11-12 | 1 | -2/+2 |
| * | [PCH] Now that we store the location of a decl outside its record | Argyrios Kyrtzidis | 2011-10-31 | 1 | -2/+4 |
| * | [PCH] Pull the location out of the serialized declarations and put it in the ... | Argyrios Kyrtzidis | 2011-10-27 | 1 | -8/+14 |
| * | Eliminate a hang while loading a sequence of redeclarable entities. In | Douglas Gregor | 2011-10-26 | 1 | -8/+27 |
| * | Keep track when a ObjC interface/protocol was initially created as a forward ... | Argyrios Kyrtzidis | 2011-10-17 | 1 | -1/+3 |
| * | [PCH] Serialize info about redeclared objc methods. | Argyrios Kyrtzidis | 2011-10-14 | 1 | -0/+7 |
| * | Rename TagDecl::isDefinition -> isCompleteDefinition | John McCall | 2011-10-07 | 1 | -2/+2 |
| * | Improve location fidelity of objc decls. | Argyrios Kyrtzidis | 2011-10-04 | 1 | -8/+8 |
| * | Allow getting all source locations of selector identifiers in a ObjCMethodDecl. | Argyrios Kyrtzidis | 2011-10-03 | 1 | -2/+9 |
| * | 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 | -3/+1 |
| * | Mark a TagDecl when it is free standing (e.g. "struct foo;") | Argyrios Kyrtzidis | 2011-09-30 | 1 | -0/+1 |
| * | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie | 2011-09-23 | 1 | -2/+0 |
| * | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -5/+5 |
| * | Don't use TemplateArgumentListInfo inside AST nodes because it may leak. | Argyrios Kyrtzidis | 2011-09-22 | 1 | -5/+6 |
| * | ArrayRef-ifying Function/BlockDecl's setParams | David Blaikie | 2011-09-21 | 1 | -2/+2 |
| * | [PCH] Fix a regression that r139441 introduced (decls were getting passed | Argyrios Kyrtzidis | 2011-09-13 | 1 | -9/+4 |
| * | Keep the source range of attributes. Depends on a llvm tablegen commit. | Argyrios Kyrtzidis | 2011-09-13 | 1 | -1/+1 |
| * | Clean up our handling of Objective-C definitions in AST files. Rather | Douglas Gregor | 2011-09-10 | 1 | -5/+16 |
| * | Kill of the Decl::PCHLevel field entirely. We now only need to know | Douglas Gregor | 2011-09-10 | 1 | -1/+1 |
| * | In ASTReader, replace the never-NULL ASTContext pointer with an | Douglas Gregor | 2011-09-09 | 1 | -81/+81 |
| * | Modules: introduce the __module_private__ declaration specifier, which | Douglas Gregor | 2011-09-09 | 1 | -0/+1 |
| * | Finish implementing (de-)serialization of the CXXDefinitionData bits | Douglas Gregor | 2011-09-06 | 1 | -0/+4 |
| * | Fix "multi-line comment" compiler error. | Argyrios Kyrtzidis | 2011-09-01 | 1 | -8/+8 |
| * | Support importing of ObjC categories from modules. | Argyrios Kyrtzidis | 2011-09-01 | 1 | -0/+134 |
| * | Serialize the new bits in CXXRecordDecl::DefinitionData. | Sebastian Redl | 2011-08-31 | 1 | -4/+6 |
| * | Remove a few mutating ObjCCategoryDecl methods. | Argyrios Kyrtzidis | 2011-08-30 | 1 | -4/+3 |
| * | objective-c: Treat top-level objective-c declarations | Fariborz Jahanian | 2011-08-27 | 1 | -15/+7 |
| * | Remove a bogus assertion from the AST reader, which assumed that | Douglas Gregor | 2011-08-25 | 1 | -12/+6 |
| * | In the AST reader, switch name lookup within a DeclContect over to the | Douglas Gregor | 2011-08-24 | 1 | -17/+7 |
| * | Add serialization support for ClassScopeFunctionSpecializationDecl. | Francois Pichet | 2011-08-17 | 1 | -0/+8 |
| * | Track in the AST whether a function is constexpr. | Richard Smith | 2011-08-15 | 1 | -1/+2 |
| * | Implement function template specialization at class scope extension in Micros... | Francois Pichet | 2011-08-14 | 1 | -0/+4 |
| * | In the serialized AST format, make the translation unit a "predefined" | Douglas Gregor | 2011-08-12 | 1 | -18/+21 |
| * | Renamings to consistently use 'Constexpr' not 'ConstExpr' when referring to t... | Richard Smith | 2011-08-10 | 1 | -1/+1 |