hanchenye-llvm-project/clang/tools/driver
Daniel Dunbar 4f2bc55d4e cc1: Factor out CompilerInstance::ExecuteAction which has the majority of the
clang -cc1 logic for running an action against a set of options.
 - This should make it easier to build tools that have a clang -cc1 like
   interface, but aren't actually part of clang -cc1.

llvm-svn: 93282
2010-01-13 00:48:06 +00:00
..
CMakeLists.txt Implement clang -cc1. 2009-12-11 22:20:12 +00:00
Makefile Implement clang -cc1. 2009-12-11 22:20:12 +00:00
cc1_main.cpp cc1: Factor out CompilerInstance::ExecuteAction which has the majority of the 2010-01-13 00:48:06 +00:00
driver.cpp Driver: Use "g++" as generic gcc name when running in C++ mode, for platforms 2009-12-25 20:21:23 +00:00