aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/PCHDeserializationListener.h
AgeCommit message (Expand)Author
2010-08-17Reintroduce the serialization library, with fixed dependencies.Sebastian Redl
2010-08-17Revert Sebastian's build-breaking patch.Douglas Gregor
2010-08-17Create a new Serialization module that contains all the PCH code, and will co...Sebastian Redl
2010-08-04Store the IDs of selectors in the PCH file explicitly.Sebastian Redl
2010-07-30Make macro weirdness in chained PCH work. This required changing the way PCHR...Sebastian Redl
2010-07-23Make declarations in the dependent PCH visible, for C at least.Sebastian Redl
2010-07-16Make this destructor virtual to placate GCC's warnings.Chandler Carruth
2010-07-16Add a little more data to chained PCHs. WIPSebastian Redl
2010-07-14Add a callback interface that allows interested parties to get notified whene...Sebastian Redl