[driver] Add the missing TY_PP_ObjCXX_Alias case to the isCXX function.
authorChad Rosier <mcrosier@apple.com>
Fri, 16 Nov 2012 22:31:39 +0000 (22:31 +0000)
committerChad Rosier <mcrosier@apple.com>
Fri, 16 Nov 2012 22:31:39 +0000 (22:31 +0000)
commit808baaf232537aea9adcfac2931a493def5b7a30
treef73d10894d656d7ebb60bb5948bb9446ab3338b3
parent41c4905521a394e8aeb0310742fb293a2af38a61
[driver] Add the missing TY_PP_ObjCXX_Alias case to the isCXX function.

This was causing different behavior when using -x objective-c++-cpp-output as
compared to -x objc++-cpp-output.  Specifically, the driver was not adding the
-fcxx-exceptions flag in the latter case.
rdar://12680312

llvm-svn: 168212
clang/lib/Driver/Types.cpp
clang/test/Driver/objc++-cpp-output.mm