aboutsummaryrefslogtreecommitdiff
path: root/lib/Serialization/ASTWriterDecl.cpp
AgeCommit message (Expand)Author
2010-10-24Refactoring.Argyrios Kyrtzidis
2010-10-24Simplify and "robust-ify" the way that CXXRecord references point to the defi...Argyrios Kyrtzidis
2010-10-24Minor refactoring; Pull reading/writing DefinitionData out into a function.Argyrios Kyrtzidis
2010-10-20Fix chained PCH issue; make sure all visible decls that will be put into a UP...Argyrios Kyrtzidis
2010-10-19Putting back safe fixes 116836,116837,116838Andrew Trick
2010-10-19Reverting 116836,116837,116838 until we resolve the getLangStandardForKind fa...Andrew Trick
2010-10-19Fix up the comments for creating ParmVarDeclAbbrev to reflect reality.Argyrios Kyrtzidis
2010-10-18Read/write declaration attributes from/to PCH properly. Embed them in the dec...Argyrios Kyrtzidis
2010-10-16White-listing templated-scope friend decls is a good idea, but doing itJohn McCall
2010-10-15Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and Qualifie...Argyrios Kyrtzidis
2010-10-14Store in PCH the key function of C++ class to avoid deserializing the complet...Argyrios Kyrtzidis
2010-10-08Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked aDouglas Gregor
2010-10-05Serialize the "inline" bit for namespaces. Fixes <rdar://problem/8515069>.Douglas Gregor
2010-09-27Kill FunctionDecl's IsCopyAssignment bit; it duplicated what couldDouglas Gregor
2010-09-13Fix C++ PCH issue.Argyrios Kyrtzidis
2010-09-09Fix C++ PCH issue.Argyrios Kyrtzidis
2010-09-08Fix C++ PCH issues.Argyrios Kyrtzidis
2010-09-01Implement libclang support for using directives (cursor + visitation +Douglas Gregor
2010-09-01Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtoc...Ted Kremenek
2010-09-01Improve location information in the representation of namespaceDouglas Gregor
2010-08-24AST writer support for having specializations of templates from earlier in th...Sebastian Redl
2010-08-23Support for IRGen of synthesize bitfield ivars inFariborz Jahanian
2010-08-20Use the AST on-disk hash table for name lookup inside a DeclContext.Argyrios Kyrtzidis
2010-08-18Rename pch namespace to serialization.Sebastian Redl
2010-08-18Rename PCHDeclReader -> ASTDeclReader.Sebastian Redl
2010-08-18Rename PCHWriter.h to ASTWriter.hSebastian Redl
2010-08-18Rename the ASTWriter implementation filesSebastian Redl