summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/crash-report-header.h
Commit message (Collapse)AuthorAgeFilesLines
* Revert three tests enabled on r243236, they fail on clang-x86-win2008-selfhost.Yaron Keren2015-07-261-0/+3
| | | | llvm-svn: 243237
* Enable passing clang tests on Windows/MSYS.Yaron Keren2015-07-261-3/+0
| | | | llvm-svn: 243236
* Driver: Don't crash when generating crash reports for *-header inputsJustin Bogner2015-06-041-0/+18
If we crash while handling headers, the crash report mechanism currently tries to make a string out of a null pointer when it tries to make up a file extension. Map *-header input types to reasonable extensions to avoid this. llvm-svn: 238994
OpenPOWER on IntegriCloud