Driver: Split out CPP specific options for clang so that we don't end
authorDaniel Dunbar <daniel@zuster.org>
Wed, 8 Apr 2009 23:54:23 +0000 (23:54 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 8 Apr 2009 23:54:23 +0000 (23:54 +0000)
commitc21c485b4fb58ef5d55cf3e523263dd824a2ace4
treea59d2edf3ba6b7dc4b9700c163f9e97b26bc93e7
parenta0c3e9cde1581b1b4d43ca89fdf413cd84eaec1f
Driver: Split out CPP specific options for clang so that we don't end
up adding them twice when running with -no-integrated-cpp or
-save-temps.
 - <rdar://problem/6766636> -save-temps falls over with prefix headers

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68660 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
lib/Driver/Tools.h
test/Driver/clang_cpp.c [new file with mode: 0644]