]> granicus.if.org Git - clang/commit
Moved TranslationUnit from Driver to AST library.
authorTed Kremenek <kremenek@apple.com>
Tue, 18 Dec 2007 21:34:28 +0000 (21:34 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 18 Dec 2007 21:34:28 +0000 (21:34 +0000)
commit77cda500803f6dc8f4bec1bc30acc991349770a2
tree7be2dc736f4d43c574cdbb022b0a0b0ff20892ee
parentd58fabf7ed279be18a5e82617f809c9deff9be67
Moved TranslationUnit from Driver to AST library.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45175 91177308-0d34-0410-b5e6-96231b3b80d8
AST/TranslationUnit.cpp [moved from Driver/TranslationUnit.cpp with 100% similarity]
AST/TranslationUnit.h [moved from Driver/TranslationUnit.h with 100% similarity]
Driver/ASTConsumers.cpp
Driver/clang.cpp