| Commit message (Expand) | Author | Age | Files | Lines |
* | [Clang][Driver] After default -fintegrated-cc1, make llvm::report_fatal_error... | Alexandre Ganea | 2020-02-12 | 1 | -0/+8 |
* | Re-land "[Clang][Driver] Remove -M group options ..." and "[Clang] Avoid cras... | Alexandre Ganea | 2020-02-10 | 1 | -5/+20 |
* | Re-apply r334418 "Enable crash recovery tests on Windows, globs work in the l... | Hans Wennborg | 2018-06-12 | 1 | -5/+2 |
* | Revert r334418 "Enable crash recovery tests on Windows, globs work in the lit... | Hans Wennborg | 2018-06-12 | 1 | -0/+3 |
* | Enable crash recovery tests on Windows, globs work in the lit internal shell now | Reid Kleckner | 2018-06-11 | 1 | -3/+0 |
* | Revert 320391: Certain targets are failing, pulling back to diagnose. | Erich Keane | 2017-12-11 | 1 | -2/+1 |
* | For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is available | Erich Keane | 2017-12-11 | 1 | -1/+2 |
* | Revert r318669/318694 | Erich Keane | 2017-11-20 | 1 | -2/+1 |
* | For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is available | Erich Keane | 2017-11-20 | 1 | -1/+2 |
* | Driver: Strip -header-include-file and -diagnostic-log-file from crash repro ... | Justin Bogner | 2015-08-05 | 1 | -2/+6 |
* | Revert three tests enabled on r243236, they fail on clang-x86-win2008-selfhost. | Yaron Keren | 2015-07-26 | 1 | -0/+3 |
* | Enable passing clang tests on Windows/MSYS. | Yaron Keren | 2015-07-26 | 1 | -3/+0 |
* | Driver: Determine file names for crash reports more reliably | Justin Bogner | 2015-07-17 | 1 | -0/+1 |
* | Driver: Include the driver arguments in crash reports | Justin Bogner | 2015-07-09 | 1 | -1/+5 |
* | Driver: Print the clang version and original command in crash scripts | Justin Bogner | 2015-03-12 | 1 | -1/+3 |
* | Driver: Quote the command in crash reproduction scripts. | Justin Bogner | 2014-10-21 | 1 | -15/+15 |
* | Driver: Tighten up crash report tests | Justin Bogner | 2014-10-21 | 1 | -6/+2 |
* | Revert "clang/test/Driver/crash-report.c: This requires rewriter for -frewrit... | Alp Toker | 2014-07-16 | 1 | -3/+0 |
* | clang/test/Driver/crash-report.c: This requires rewriter for -frewrite-includ... | NAKAMURA Takumi | 2014-07-16 | 1 | -0/+3 |
* | Driver: Fix a misleading comment and test for what it actually did | Justin Bogner | 2014-06-26 | 1 | -0/+1 |
* | Driver: Restore proper naming of crashdump files | Justin Bogner | 2014-06-24 | 1 | -3/+3 |
* | Driver: In crashdumps with -fmodule, dump the module dependencies | Justin Bogner | 2014-06-20 | 1 | -2/+0 |
* | Driver: Record that we're in crashdump and push flags to ConstructJob | Justin Bogner | 2014-06-20 | 1 | -3/+3 |
* | When Driver::generateCompilationDiagnostics is filtering the list of | Paul Robinson | 2014-04-28 | 1 | -1/+1 |
* | Driver: Skip the -fmodules-cache-path argument in driver crash diags | Justin Bogner | 2014-04-22 | 1 | -0/+2 |
* | Use -Xclang to pass -internal-isystem and -internal-externc-isystem to -cc1. | Rafael Espindola | 2013-09-25 | 1 | -1/+2 |
* | Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print. | Hans Wennborg | 2013-09-12 | 1 | -0/+1 |
* | Fixing commit r187768: Moved diagnosis of forward declarations of variable te... | Larisse Voufo | 2013-08-06 | 1 | -0/+3 |
* | Moved diagnosis of forward declarations of variable templates from Parser to ... | Larisse Voufo | 2013-08-06 | 1 | -3/+0 |
* | clang/test/Driver/crash-report.c: Mark it as XFAIL:mingw32, for now. Investig... | NAKAMURA Takumi | 2013-08-06 | 1 | -0/+3 |
* | Require a shell for this test. | Rafael Espindola | 2013-07-04 | 1 | -0/+3 |
* | Add 'not' to commands that are expected to fail. | Rafael Espindola | 2013-07-04 | 1 | -2/+2 |
* | Produce an actual error before attempting to attach notes to it when bailing out | Richard Smith | 2012-12-25 | 1 | -0/+2 |
* | [driver] Completely rework how superfluous options are stripped out of the crash | Chad Rosier | 2012-10-31 | 1 | -1/+2 |
* | [driver crash diagnostics] Strip -internal-isystem and -internal-externc-isys... | Chad Rosier | 2012-07-25 | 1 | -0/+3 |
* | [driver crash diagnostics] Strip -idirafter, -iprefix, -iwithprefix, | Chad Rosier | 2012-07-25 | 1 | -1/+8 |
* | [driver crash diagnostics] A few enhancements: | Chad Rosier | 2012-07-25 | 1 | -2/+6 |
* | test/Driver/crash-report.c: Remove "REQUIRES: shell". env(1) can be used also... | NAKAMURA Takumi | 2012-07-17 | 1 | -2/+1 |
* | [Win32] Rework crash-report since r145389. | NAKAMURA Takumi | 2012-07-17 | 1 | -1/+1 |
* | test/Driver/crash-report.c: Small tweaks. 1) Use %t instead %T for TMP. 2) Se... | NAKAMURA Takumi | 2012-07-17 | 1 | -4/+5 |
* | test/Driver/crash-report.c: don't fail if there are no files left behind by a... | Richard Smith | 2012-07-02 | 1 | -1/+1 |
* | Improve crash reporting test coverage. | David Blaikie | 2012-07-02 | 1 | -2/+8 |
* | test/Driver/crash-report.c: Mark it as XFAIL on win32 hosts, for now. Investi... | NAKAMURA Takumi | 2012-06-30 | 1 | -0/+1 |
* | Unbreak the test from r159469. | David Blaikie | 2012-06-29 | 1 | -1/+1 |
* | Use -frewrite-includes for crash reports. | David Blaikie | 2012-06-29 | 1 | -0/+6 |