aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Serialization/ASTDeserializationListener.h
AgeCommit message (Expand)Author
2013-03-22[PCH/Modules] De/Serialize MacroInfos separately than MacroDirectives.Argyrios Kyrtzidis
2013-02-20[preprocessor] Split the MacroInfo class into two separate concepts, MacroInf...Argyrios Kyrtzidis
2012-10-11Remove the ASTDeserializationListener's MacroVisible() callback, whichDouglas Gregor
2012-10-09Rework the (de-)serialization of macros, as stored inDouglas Gregor
2011-12-20When we make a previously-deserialized module definition visible,Douglas Gregor
2011-12-02Notify the AST writer (via ASTDeserializationListener) when aDouglas Gregor
2011-09-15[PCH] Overhaul how preprocessed entities are [de]serialized.Argyrios Kyrtzidis
2010-10-24Put the mechanism in place to track modifications in an AST entity that were ...Argyrios Kyrtzidis
2010-10-14Give a default implementation for ASTDeserializationListener's methods, no fu...Argyrios Kyrtzidis
2010-10-02Implement chained PCH support for the macro definitions stored withinDouglas Gregor
2010-08-20serialization::TypeID is used with or without qualifiers, both as index and a...Argyrios Kyrtzidis
2010-08-18Rename pch namespace to serialization.Sebastian Redl
2010-08-18Rename PCHBitCodes.h -> ASTBitCodes.hSebastian Redl
2010-08-18Rename stuff in PCHBitCodes.hSebastian Redl
2010-08-18Rename the ASTReader header files.Sebastian Redl