]> granicus.if.org Git - clang/commit
Driver: Move Compilation::Execute to Driver::ExecuteCompilation.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 1 Jul 2009 20:03:04 +0000 (20:03 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 1 Jul 2009 20:03:04 +0000 (20:03 +0000)
commitc88a88f6f7672b6bb831dce9da4acfa0c846975f
tree8be362c8496df198b8be116b56ef6df104ab70cc
parent961743326fd18776f897bf4461345dba680ef637
Driver: Move Compilation::Execute to Driver::ExecuteCompilation.
 - The Compilation is just a helper class, it shouldn't have that amount of
   logic in it.

 - No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74634 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Compilation.h
include/clang/Driver/Driver.h
lib/Driver/Compilation.cpp
lib/Driver/Driver.cpp
tools/driver/driver.cpp