]> granicus.if.org Git - clang/commit
Add support of -x objc-cpp-output, -x objc++-cpp-output to the Driver.
authorNico Weber <nicolasweber@gmx.de>
Sat, 13 Aug 2011 23:13:37 +0000 (23:13 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sat, 13 Aug 2011 23:13:37 +0000 (23:13 +0000)
commitcc52a0688f46cd04dd6b4670b304cbe82e3018c0
tree0865314c7116c6fc1888097ab167d3c5d35d2072
parent1f7957d63ccbb9c14f852eb127144d27c40f7e8f
Add support of -x objc-cpp-output, -x objc++-cpp-output to the Driver.

Matches gcc, and is also required for using ccache with clang.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137563 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Types.def
lib/Driver/Tools.cpp
lib/Driver/Types.cpp
test/Driver/objc++-cpp-output.mm [new file with mode: 0644]
test/Driver/objc-cpp-output.m [new file with mode: 0644]