]> granicus.if.org Git - clang/commit
Driver: Complete "pipelining" (building the list of abstract actions
authorDaniel Dunbar <daniel@zuster.org>
Fri, 13 Mar 2009 11:38:42 +0000 (11:38 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 13 Mar 2009 11:38:42 +0000 (11:38 +0000)
commitad2a9af666efdd9afe3bb5f886bcb0d1c9a0f0c3
tree2cabeeec8625fad3e8b7bcb13f8312305a6f6916
parent3279575a374b6f28e81cebd32cc83c7a6c15a9ce
Driver: Complete "pipelining" (building the list of abstract actions
to perform). Still doesn't do anything interesting.
 - This code came out much cleaner than in ccc with the reworked
   phases & mapping of types to lists of compilation steps (phases) to
   perform.

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