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