]> granicus.if.org Git - clang/commit
Moved ReadBitcodeFile and EmitBitcodeFile out of TranslationUnit and made them
authorTed Kremenek <kremenek@apple.com>
Tue, 18 Dec 2007 21:44:50 +0000 (21:44 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 18 Dec 2007 21:44:50 +0000 (21:44 +0000)
commitdca29279d724a5a84343d27644e7ba172570079f
treebef47cb3ca74cd22da16ac75890a9227dddb5480
parent49747fdd0a05dfc1f15910267d6f86dfe83e6fc8
Moved ReadBitcodeFile and EmitBitcodeFile out of TranslationUnit and made them
the standalone functions ReadASTBitcodeFile and EmitASTBitcodeFile
respectively.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45180 91177308-0d34-0410-b5e6-96231b3b80d8
AST/TranslationUnit.cpp
Driver/ASTConsumers.cpp
Driver/SerializationTest.cpp
Driver/clang.cpp
include/clang/AST/TranslationUnit.h