clang-1/lib/Driver
Daniel Dunbar 7587719c40 Driver: Claim -arch options when pipelining, and claim arguments that
are forwarded to GCC.
 - The later is unfortunate, as it prevents us from generally warning
   about anything interesting on platforms that use a generic
   toolchain. However, we can't do much better without significantly
   complicating things, and generally we should have proper tool chain
   definitions.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67293 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-19 07:55:12 +00:00
..
Action.cpp Driver: I was too hasty in free'ing Actions, we sometimes share 2009-03-18 03:02:22 +00:00
Arg.cpp Driver: Add Arg::renderAsInput; this is a messy area and something I 2009-03-19 07:22:40 +00:00
ArgList.cpp Driver: Add argument translation utilities to ArgList. 2009-03-18 09:29:36 +00:00
CMakeLists.txt support cmake 2009-03-13 11:37:39 +00:00
Compilation.cpp Driver: Execute jobs; no pipe support yet. 2009-03-18 22:44:24 +00:00
Driver.cpp Driver: Claim -arch options when pipelining, and claim arguments that 2009-03-19 07:55:12 +00:00
HostInfo.cpp Driver: UnknownHostInfo was always returning 0. 2009-03-18 01:39:08 +00:00
InputInfo.h Driver: Handle "linker input" arguments. 2009-03-19 07:29:38 +00:00
Job.cpp Driver: ConstructJob also needs to know the destination (where to put 2009-03-18 07:06:02 +00:00
Makefile Make -j8 safe. 2009-03-18 22:53:10 +00:00
OptTable.cpp Driver: Add "d" flag to Options.def for options which are completely 2009-03-18 08:01:15 +00:00
Option.cpp Driver: Add "d" flag to Options.def for options which are completely 2009-03-18 08:01:15 +00:00
Phases.cpp ccc/Driver: Normalize phase spelling in -ccc-print-phases. 2009-03-13 17:52:07 +00:00
Tool.cpp Driver: Add name to Tool (for testing/debugging) and move GCC_* tools 2009-03-17 22:45:24 +00:00
ToolChain.cpp Driver: Move actions into Compilation, and construct the compilation 2009-03-18 02:55:38 +00:00
ToolChains.h Driver: Release Host, ToolChain, and Tool implementations. 2009-03-18 01:09:40 +00:00
Tools.cpp Driver: Claim -arch options when pipelining, and claim arguments that 2009-03-19 07:55:12 +00:00
Tools.h Driver: Lift out common GCC tool and implement generic GCC tool 2009-03-18 08:07:30 +00:00
Types.cpp Driver: Add types::{isAcceptedByClang,isCXX} predicates. 2009-03-13 23:46:19 +00:00