llvm-project/clang/lib/Driver
Daniel Dunbar 1acb0eb24f Driver: Give Compilation::Execute total control over the Driver result
code; and don't return an error code when -### is present, even if
errors occur.

llvm-svn: 67425
2009-03-21 00:40:53 +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::getAsString and use when dumping arguments to 2009-03-20 06:14:23 +00:00
ArgList.cpp Driver: Add two option overload for AddAllArgValues. 2009-03-20 15:59:01 +00:00
CMakeLists.txt support cmake 2009-03-13 11:37:39 +00:00
Compilation.cpp Driver: Give Compilation::Execute total control over the Driver result 2009-03-21 00:40:53 +00:00
Driver.cpp ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin. 2009-03-20 23:39:23 +00:00
HostInfo.cpp ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin. 2009-03-20 23:39:23 +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 strictly evaluate SVN_REVISION so that svnversion is run once instead of 4 times. 2009-03-20 05:23:53 +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.cpp Driver: Add and use darwin::Assemble tool. 2009-03-20 16:06:39 +00:00
ToolChains.h Driver: Sketch Darwin tool chains. 2009-03-20 00:57:52 +00:00
Tools.cpp Driver: Switch to using -include-pth. 2009-03-20 19:38:56 +00:00
Tools.h Driver: Add and use darwin::Assemble tool. 2009-03-20 16:06:39 +00:00
Types.cpp Driver: Add types::{isAcceptedByClang,isCXX} predicates. 2009-03-13 23:46:19 +00:00