summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add testcase for C++ chained PCH and fix the bugs it uncovered in name lookup.Sebastian Redl2010-08-241-13/+3
* Write visible update blocks. No regressions in normal PCH functionality, but ...Sebastian Redl2010-08-241-1/+76
* Fix an issue with writing to PCH another included PCH, introduced by the "usi...Argyrios Kyrtzidis2010-08-201-1/+4
* Use the AST on-disk hash table for name lookup inside a DeclContext.Argyrios Kyrtzidis2010-08-201-53/+68
* Introduce the mechanism for building an AST on-disk hash table for name looku...Argyrios Kyrtzidis2010-08-201-6/+130
* Refactoring; move the functionality of ASTWriter::GetOrCreateTypeID to the mo...Argyrios Kyrtzidis2010-08-201-50/+6
* Introduce ASTWriter::GetOrCreateTypeID and move most of the functionality of ...Argyrios Kyrtzidis2010-08-201-17/+10
* A bit of refactoring; Introduce ASTWriter::GetOrCreateTypeIdx and move the em...Argyrios Kyrtzidis2010-08-201-10/+21
* Rename TypeIDs -> TypeIdxs. No functionality change.Argyrios Kyrtzidis2010-08-201-4/+4
* serialization::TypeID is used with or without qualifiers, both as index and a...Argyrios Kyrtzidis2010-08-201-15/+15
* Share the common code of ComputeHash(Selector Sel) instead of keeping 2 copie...Argyrios Kyrtzidis2010-08-201-8/+2
* Rename pch namespace to serialization.Sebastian Redl2010-08-181-178/+179
* Rename stuff in PCHBitCodes.hSebastian Redl2010-08-181-3/+3
* Rename the ASTReader header files.Sebastian Redl2010-08-181-1/+1
* More PCH -> AST renaming.Sebastian Redl2010-08-181-3/+3
* Rename PCHReader to ASTReader.Sebastian Redl2010-08-181-1/+1
* Rename PCHWriter.h to ASTWriter.hSebastian Redl2010-08-181-1/+1
* Rename the ASTWriter implementation filesSebastian Redl2010-08-181-0/+2938
OpenPOWER on IntegriCloud