]> granicus.if.org Git - clang/commit
Driver: Migrate some data into the Compilation; after pipelining
authorDaniel Dunbar <daniel@zuster.org>
Mon, 16 Mar 2009 06:42:30 +0000 (06:42 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 16 Mar 2009 06:42:30 +0000 (06:42 +0000)
commit586dc233bb88f2920c9f3638f69cef0ccd55dced
tree2a856f9e457d0e44a817f67e964ddcf4854b6d95
parent2ba38ba9a18b8ec88e2509fad622eeec01562769
Driver: Migrate some data into the Compilation; after pipelining
access to most data should go through the current Compilation, not the
Driver (which shouldn't be specialized on variables for a single
compilation).

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