aboutsummaryrefslogtreecommitdiff
path: root/lib/Serialization/ASTWriter.cpp
AgeCommit message (Expand)Author
2010-10-24Introduce a DeclsToRewrite field in ASTWrite, used for collecting the decls t...Argyrios Kyrtzidis
2010-10-24Some method renaming, no functionality change.Argyrios Kyrtzidis
2010-10-24Refactoring.Argyrios Kyrtzidis
2010-10-24Put the mechanism in place to track modifications in an AST entity that were ...Argyrios Kyrtzidis
2010-10-21Reorganize predefined macros for all Windows targets.Michael J. Spencer
2010-10-21Fix Whitespace.Michael J. Spencer
2010-10-20Extend the preprocessing record and libclang with support forDouglas Gregor
2010-10-18Read/write declaration attributes from/to PCH properly. Embed them in the dec...Argyrios Kyrtzidis
2010-10-15Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and Qualifie...Argyrios Kyrtzidis
2010-10-14Allow deserialization of just the fields of a record, when we want to iterate...Argyrios Kyrtzidis
2010-10-14Eliminate usage of ObjCSuperExpr used forFariborz Jahanian
2010-10-05Fix a marvelous chained AST writing bug, where we end up with theDouglas Gregor
2010-10-04When a type comes from a previously-loaded PCH/AST file, don't try to write i...Douglas Gregor
2010-10-02Implement chained PCH support for the macro definitions stored withinDouglas Gregor
2010-10-01Implement the C++0x "trailing return type" feature, e.g.,Douglas Gregor
2010-10-01When an identifier that has a macro definition in the original PCHDouglas Gregor
2010-09-27My previous fix was incorrect for non-chained PCH reuse. Fix again.Sebastian Redl
2010-09-27When chaining PCHs, only write PPRecords that don't come from PCH, and give t...Sebastian Redl
2010-09-22Change source manager serialization to be less tied to the PCH model.Sebastian Redl
2010-09-15Macro definitions in AST files have their own IDs.Sebastian Redl
2010-09-06Replace loops with SmallVector::append.Benjamin Kramer
2010-09-02Avoid implicit string construction.Benjamin Kramer
2010-08-25Rename *PendingImplicitInstantiations to *PendingInstantiations. NoChandler Carruth
2010-08-25Move more stuff out of Sema.h.John McCall
2010-08-24AST writer support for having specializations of templates from earlier in th...Sebastian Redl
2010-08-24Remove a header dependency from Sema.h at the cost of some type safety.John McCall
2010-08-24Add testcase for C++ chained PCH and fix the bugs it uncovered in name lookup.Sebastian Redl
2010-08-24Write visible update blocks. No regressions in normal PCH functionality, but ...Sebastian Redl
2010-08-20Fix an issue with writing to PCH another included PCH, introduced by the "usi...Argyrios Kyrtzidis
2010-08-20Use the AST on-disk hash table for name lookup inside a DeclContext.Argyrios Kyrtzidis
2010-08-20Introduce the mechanism for building an AST on-disk hash table for name looku...Argyrios Kyrtzidis
2010-08-20Refactoring; move the functionality of ASTWriter::GetOrCreateTypeID to the mo...Argyrios Kyrtzidis
2010-08-20Introduce ASTWriter::GetOrCreateTypeID and move most of the functionality of ...Argyrios Kyrtzidis
2010-08-20A bit of refactoring; Introduce ASTWriter::GetOrCreateTypeIdx and move the em...Argyrios Kyrtzidis
2010-08-20Rename TypeIDs -> TypeIdxs. No functionality change.Argyrios Kyrtzidis
2010-08-20serialization::TypeID is used with or without qualifiers, both as index and a...Argyrios Kyrtzidis
2010-08-20Share the common code of ComputeHash(Selector Sel) instead of keeping 2 copie...Argyrios Kyrtzidis
2010-08-18Rename pch namespace to serialization.Sebastian Redl
2010-08-18Rename stuff in PCHBitCodes.hSebastian Redl
2010-08-18Rename the ASTReader header files.Sebastian Redl
2010-08-18More PCH -> AST renaming.Sebastian Redl
2010-08-18Rename PCHReader to ASTReader.Sebastian Redl
2010-08-18Rename PCHWriter.h to ASTWriter.hSebastian Redl
2010-08-18Rename the ASTWriter implementation filesSebastian Redl