]> granicus.if.org Git - clang/commit
Driver: Move actions into Compilation, and construct the compilation
authorDaniel Dunbar <daniel@zuster.org>
Wed, 18 Mar 2009 02:55:38 +0000 (02:55 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 18 Mar 2009 02:55:38 +0000 (02:55 +0000)
commit21549237f14505cfc2a18a06416372a36229d0ce
treefd80d6fde79c9948f5612ebb7d52161356a1475f
parent510d73200ec48496a2b10703385fe99b51e31fa5
Driver: Move actions into Compilation, and construct the compilation
earlier.

 - This gives us a simple ownership model, and allows clients access
   to more information should they ever want it.

 - We now free Actions correctly.

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