llvm-project/clang/lib/Serialization
John McCall 8e7d656a4a De-memberify the VarDecl and FunctionDecl StorageClass enums.
This lets us remove Sema.h's dependency on Expr.h and Decl.h.

llvm-svn: 112156
2010-08-26 03:08:43 +00:00
..
ASTCommon.cpp Refactoring; move the functionality of ASTWriter::GetOrCreateTypeID to the more generic 2010-08-20 16:04:20 +00:00
ASTCommon.h Refactoring; move the functionality of ASTWriter::GetOrCreateTypeID to the more generic 2010-08-20 16:04:20 +00:00
ASTReader.cpp Rename *PendingImplicitInstantiations to *PendingInstantiations. No 2010-08-25 08:44:16 +00:00
ASTReaderDecl.cpp De-memberify the VarDecl and FunctionDecl StorageClass enums. 2010-08-26 03:08:43 +00:00
ASTReaderStmt.cpp More incremental progress towards not including Expr.h in Sema.h. 2010-08-25 10:28:54 +00:00
ASTWriter.cpp Rename *PendingImplicitInstantiations to *PendingInstantiations. No 2010-08-25 08:44:16 +00:00
ASTWriterDecl.cpp AST writer support for having specializations of templates from earlier in the chain. This ought to finish C++ chained PCH support. 2010-08-24 22:50:24 +00:00
ASTWriterStmt.cpp More incremental progress towards not including Expr.h in Sema.h. 2010-08-25 10:28:54 +00:00
CMakeLists.txt Share the common code of ComputeHash(Selector Sel) instead of keeping 2 copies in PCHReader and PCHWriter. 2010-08-20 16:03:52 +00:00
GeneratePCH.cpp More PCH -> AST renaming. 2010-08-18 23:57:06 +00:00
Makefile Reintroduce the serialization library, with fixed dependencies. 2010-08-17 20:43:28 +00:00