index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Serialization
/
ASTDeserializationListener.h
Age
Commit 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-11
Remove the ASTDeserializationListener's MacroVisible() callback, which
Douglas Gregor
2012-10-09
Rework the (de-)serialization of macros, as stored in
Douglas Gregor
2011-12-20
When we make a previously-deserialized module definition visible,
Douglas Gregor
2011-12-02
Notify the AST writer (via ASTDeserializationListener) when a
Douglas Gregor
2011-09-15
[PCH] Overhaul how preprocessed entities are [de]serialized.
Argyrios Kyrtzidis
2010-10-24
Put the mechanism in place to track modifications in an AST entity that were ...
Argyrios Kyrtzidis
2010-10-14
Give a default implementation for ASTDeserializationListener's methods, no fu...
Argyrios Kyrtzidis
2010-10-02
Implement chained PCH support for the macro definitions stored within
Douglas Gregor
2010-08-20
serialization::TypeID is used with or without qualifiers, both as index and a...
Argyrios Kyrtzidis
2010-08-18
Rename pch namespace to serialization.
Sebastian Redl
2010-08-18
Rename PCHBitCodes.h -> ASTBitCodes.h
Sebastian Redl
2010-08-18
Rename stuff in PCHBitCodes.h
Sebastian Redl
2010-08-18
Rename the ASTReader header files.
Sebastian Redl