llvm-project/clang/lib/Serialization
Argyrios Kyrtzidis d9f526fc2e Switch case IDs conflict between chained PCHs; since there is no need to be global, make them local to a decl.
llvm-svn: 117540
2010-10-28 09:29:32 +00:00
..
ASTCommon.cpp Give a default implementation for ASTDeserializationListener's methods, no functionality change. 2010-10-14 20:14:28 +00:00
ASTCommon.h Use the ASTMutationListener to track added template specializations in a chained PCH. 2010-10-28 07:38:42 +00:00
ASTReader.cpp Switch case IDs conflict between chained PCHs; since there is no need to be global, make them local to a decl. 2010-10-28 09:29:32 +00:00
ASTReaderDecl.cpp Remove an assertion that hit on legitimate cases. A redeclaration may have location before the 2010-10-28 07:38:53 +00:00
ASTReaderStmt.cpp No really, we don't have a retain/release system for statements/expressions 2010-10-26 07:05:15 +00:00
ASTWriter.cpp Use the ASTMutationListener to track when a named decl gets added to a DeclContext, 2010-10-28 07:38:51 +00:00
ASTWriterDecl.cpp Switch case IDs conflict between chained PCHs; since there is no need to be global, make them local to a decl. 2010-10-28 09:29:32 +00:00
ASTWriterStmt.cpp Switch case IDs conflict between chained PCHs; since there is no need to be global, make them local to a decl. 2010-10-28 09:29:32 +00:00
CMakeLists.txt Revert "CMake: Update to use standard CMake dependency tracking facilities instead" 2010-09-13 23:54:41 +00:00
GeneratePCH.cpp Put the mechanism in place to track modifications in an AST entity that were committed after 2010-10-24 17:26:36 +00:00
Makefile Reintroduce the serialization library, with fixed dependencies. 2010-08-17 20:43:28 +00:00