]> granicus.if.org Git - clang/commit
Remove the serialization code that predates precompiled
authorDouglas Gregor <dgregor@apple.com>
Wed, 22 Apr 2009 21:45:53 +0000 (21:45 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 22 Apr 2009 21:45:53 +0000 (21:45 +0000)
commit370187c8a3e96517c943329f2511737a04b85450
tree941f4d6bbdd7017084f8ef5b3e4c97027ddbdb08
parent6cfc1a8b7582b8433b61222502effb018c534393
Remove the serialization code that predates precompiled
headers. Future approaches to (de-)serializing ASTs will be based on
the PCH infrastructure.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69828 91177308-0d34-0410-b5e6-96231b3b80d8
35 files changed:
include/clang/AST/ASTContext.h
include/clang/AST/Decl.h
include/clang/AST/DeclBase.h
include/clang/AST/DeclCXX.h
include/clang/AST/DeclGroup.h
include/clang/AST/DeclTemplate.h
include/clang/AST/DeclarationName.h
include/clang/AST/Expr.h
include/clang/AST/ExprCXX.h
include/clang/AST/ExprObjC.h
include/clang/AST/Stmt.h
include/clang/AST/Type.h
include/clang/Basic/FileManager.h
include/clang/Basic/IdentifierTable.h
include/clang/Basic/LangOptions.h
include/clang/Basic/SourceLocation.h
include/clang/Basic/SourceManager.h
lib/AST/ASTContext.cpp
lib/AST/CMakeLists.txt
lib/AST/DeclGroup.cpp
lib/AST/DeclSerialization.cpp [deleted file]
lib/AST/DeclarationName.cpp
lib/AST/StmtSerialization.cpp [deleted file]
lib/AST/TypeSerialization.cpp [deleted file]
lib/Basic/CMakeLists.txt
lib/Basic/FileManager.cpp
lib/Basic/IdentifierTable.cpp
lib/Basic/LangOptions.cpp [deleted file]
lib/Basic/SourceLocation.cpp
lib/Basic/SourceManager.cpp
tools/clang-cc/ASTConsumers.cpp
tools/clang-cc/ASTConsumers.h
tools/clang-cc/CMakeLists.txt
tools/clang-cc/SerializationTest.cpp [deleted file]
tools/clang-cc/clang-cc.cpp