hanchenye-llvm-project/clang/lib/Serialization
John McCall beaa11cac6 Compress some bits. Only matters for MSVC, or if we ever
devirtualize Decl (because bits can't get laid out in base
classes if the base is POD).

llvm-svn: 130632
2011-05-01 02:13:58 +00:00
..
ASTCommon.cpp Make yet another placeholder type, this one marking that an expression is a bound 2011-04-26 20:42:42 +00:00
ASTCommon.h Add a decl update when a static data member of a class template is instantiated in a different PCH than its containing class. Otherwise we get double definition errors. Fixes a Boost.MPL problem that affects Boost.Accumulators and probably a lot more of Boost. 2011-04-29 08:19:30 +00:00
ASTReader.cpp Re-applies the patch first applied way back in r106099, with 2011-05-01 00:51:33 +00:00
ASTReaderDecl.cpp Compress some bits. Only matters for MSVC, or if we ever 2011-05-01 02:13:58 +00:00
ASTReaderStmt.cpp Implementation of Embarcadero array type traits 2011-04-28 00:16:57 +00:00
ASTWriter.cpp Re-applies the patch first applied way back in r106099, with 2011-05-01 00:51:33 +00:00
ASTWriterDecl.cpp Re-applies the patch first applied way back in r106099, with 2011-05-01 00:51:33 +00:00
ASTWriterStmt.cpp Implementation of Embarcadero array type traits 2011-04-28 00:16:57 +00:00
CMakeLists.txt Fix CMake build. 2011-03-09 21:12:34 +00:00
ChainedIncludesSource.cpp Enhance clang_getCXTUResourceUsage() to report the sizes of the memory buffers used by PCH. 2011-04-28 23:46:20 +00:00
GeneratePCH.cpp Allow resolving headers from a PCH even after headers+PCH were moved to another path. 2011-02-15 17:54:22 +00:00
Makefile