summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/objc++-cpp-output.mm
Commit message (Collapse)AuthorAgeFilesLines
* Use -emit-llvm for the following tests to stop them from failing for Hexagon:Jyotsna Verma2013-04-161-2/+2
| | | | | | | | CodeGenCXX/vtable-debug-info.cpp Driver/objc++-cpp-output.mm Driver/objc-cpp-output.m llvm-svn: 179602
* [driver] Add the missing TY_PP_ObjCXX_Alias case to the isCXX function.Chad Rosier2012-11-161-0/+6
| | | | | | | | | 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/test: [PR13820] Suppress LLP64-incompatible tests for ObjC with +Asserts.NAKAMURA Takumi2012-09-121-0/+3
| | | | llvm-svn: 163709
* Add support of -x objc-cpp-output, -x objc++-cpp-output to the Driver.Nico Weber2011-08-131-0/+8
Matches gcc, and is also required for using ccache with clang. llvm-svn: 137563
OpenPOWER on IntegriCloud