llvm-project/clang/tools/driver
Daniel Dunbar f76c9d270a Driver: Run 'clang' in C++ mode based on the name it was invoked by. We match
anything that ends with ++ or ++-FOO (e.g., c++, clang++, clang++-1.1) as being
a "C++ compiler".

This allows easy testing of the C++ compiler by 'ln -s clang clang++', or by 'cp
clang clang++'.

Based on patch by Roman Divacky.

llvm-svn: 86697
2009-11-10 18:47:41 +00:00
..
CMakeLists.txt CMake: Improve installation of Clang 2009-08-23 05:28:29 +00:00
Makefile Push "clang-is-production" logic up to tools/driver, and make it hittable by 2009-09-22 22:31:13 +00:00
driver.cpp Driver: Run 'clang' in C++ mode based on the name it was invoked by. We match 2009-11-10 18:47:41 +00:00