Age | Commit message (Expand) | Author |
2010-08-17 | Reintroduce the serialization library, with fixed dependencies. | Sebastian Redl |
2010-08-17 | Revert Sebastian's build-breaking patch. | Douglas Gregor |
2010-08-17 | Create a new Serialization module that contains all the PCH code, and will co... | Sebastian Redl |
2010-08-13 | Instead of modifying the ObjC AST to not modify existing declarations, teach ... | Sebastian Redl |
2010-08-11 | Added locations and type source info for DeclarationName. | Abramo Bagnara |
2010-08-11 | Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable, | Douglas Gregor |
2010-08-09 | - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for... | Sebastian Redl |
2010-08-09 | Complete PCH support for ObjCPropertyImplDecl. | Argyrios Kyrtzidis |
2010-08-09 | Support ObjC implementation decls for PCH. | Argyrios Kyrtzidis |
2010-08-09 | Refactor into functions PCH reading/writing the CXXBaseOrMemberInitializers. ... | Argyrios Kyrtzidis |
2010-08-06 | Remove the DeclaredInCondition bit now that it's no longer used. | Nick Lewycky |
2010-08-05 | Collect namespaces that need updating in a PCH chain. WIP | Sebastian Redl |
2010-08-03 | Apart from storing/retrieving the previous redeclaration from PCH, also store... | Argyrios Kyrtzidis |
2010-07-29 | Change the name to something less terrible; suggestion by Doug. No functional... | Argyrios Kyrtzidis |
2010-07-29 | Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio... | Argyrios Kyrtzidis |
2010-07-29 | Store latest redeclaration for each redeclarable template declaration | Peter Collingbourne |
2010-07-29 | Refactor redeclarable template declarations | Peter Collingbourne |
2010-07-27 | Revert r109546, it broke linux build. | Argyrios Kyrtzidis |
2010-07-27 | Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio... | Argyrios Kyrtzidis |
2010-07-27 | Always deserialize from PCH file scoped variables with non trivial constructo... | Argyrios Kyrtzidis |
2010-07-27 | - Fix recording of offsets of types in dependent PCHs. | Sebastian Redl |
2010-07-23 | Make declarations in the dependent PCH visible, for C at least. | Sebastian Redl |
2010-07-22 | atch for implementation of objective-c's -Wselector | Fariborz Jahanian |
2010-07-22 | Read/write C++0x static_assert for PCH. | Argyrios Kyrtzidis |
2010-07-22 | Read/write FriendTemplateDecl for PCH. | Argyrios Kyrtzidis |
2010-07-20 | Hide FunctionTemplateDecl's specializations folding set as implementation det... | Argyrios Kyrtzidis |
2010-07-20 | Whether the specialization should be added to template's folding set when rea... | Argyrios Kyrtzidis |
2010-07-17 | Added PCH/ASTImporter code for ObjCIvarDecl's field. | Fariborz Jahanian |
2010-07-09 | Reorganize how ClassTemplate[Partial]SpecializationDecls are read/written to ... | Argyrios Kyrtzidis |
2010-07-08 | Support TemplateTemplateParmDecl for PCH. | Argyrios Kyrtzidis |
2010-07-06 | Read/write function template specializations for PCH, properly this time. | Argyrios Kyrtzidis |
2010-07-06 | Allow a CXXRecordDecl to get a DefinitionData pointer even when its owner is ... | Argyrios Kyrtzidis |
2010-07-06 | Read/write instantiated-from-member of EnumDecl for PCH. | Argyrios Kyrtzidis |
2010-07-05 | Read/write the identifier namespace in PCH for decls that may modify it. | Argyrios Kyrtzidis |
2010-07-05 | Read/write some source location for PCH. | Argyrios Kyrtzidis |
2010-07-04 | Read/write more information of ASTContext for PCH. Overriden methods and inst... | Argyrios Kyrtzidis |
2010-07-04 | Write/read ParmVarDecl's UninstantiatedDefaultArg for PCH. | Argyrios Kyrtzidis |
2010-07-04 | Read/write specialization info of static data members for PCH. | Argyrios Kyrtzidis |
2010-07-03 | Lazily declare default constructors. We now delay the construction of | Douglas Gregor |
2010-07-02 | Lazily declare implicit copy constructors. | Douglas Gregor |
2010-07-02 | Read/write CastExpr's CXXBaseSpecifierArray for PCH. | Argyrios Kyrtzidis |
2010-07-02 | Lazily declare copy-assignment operators. | Douglas Gregor |
2010-07-02 | Lazily declare the implicitly-declared destructor in a C++ class. | Douglas Gregor |
2010-07-02 | Handle CXXConstructorDecl, CXXDestructorDecl, and CXXConversionDecl for PCH. | Argyrios Kyrtzidis |
2010-07-02 | Fix reading FunctionDecls from PCH. | Argyrios Kyrtzidis |
2010-07-02 | Fix reading ClassTemplateDecl's ClassTemplateSpecializationDecls and ClassTem... | Argyrios Kyrtzidis |
2010-07-02 | Fully read/write CXXRecordDecl for PCH. | Argyrios Kyrtzidis |
2010-07-02 | Generally types expect an initialized TypeDecl; its safer and less complicate... | Argyrios Kyrtzidis |
2010-06-30 | Fix PCH support for UnresolvedUsingTypenameDecl and UnresolvedUsingValueDecl. | Argyrios Kyrtzidis |
2010-06-29 | Support C++ friend declarations for PCH. | Argyrios Kyrtzidis |