Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert three tests enabled on r243236, they fail on clang-x86-win2008-selfhost. | Yaron Keren | 2015-07-26 | 1 | -0/+3 |
| | | | | llvm-svn: 243237 | ||||
* | Enable passing clang tests on Windows/MSYS. | Yaron Keren | 2015-07-26 | 1 | -3/+0 |
| | | | | llvm-svn: 243236 | ||||
* | Driver: Don't crash when generating crash reports for *-header inputs | Justin Bogner | 2015-06-04 | 1 | -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 |