This is the ObjC++ version of r129201. It's for example needed to use
ccache with clang.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137560
91177308-0d34-0410-b5e6-
96231b3b80d8
.Case("objective-c-cpp-output", IK_PreprocessedObjC)
.Case("objc-cpp-output", IK_PreprocessedObjC)
.Case("objective-c++-cpp-output", IK_PreprocessedObjCXX)
+ .Case("objc++-cpp-output", IK_PreprocessedObjCXX)
.Case("c-header", IK_C)
.Case("objective-c-header", IK_ObjC)
.Case("c++-header", IK_CXX)