include-what-you-use/tests/driver
Kim Gräsman eee6d6a199 Drop -save-temps command-line args
IWYU doesn't produce any outputs, so -save-temps does not have any useful
effect.

Before this patch, passing -save-temps did, however, generate multiple
compilation jobs which caused a fatal error:

  error: unable to handle compilation, expected exactly one compiler job

Filter the arguments out, similar to what Clang tools do by default.

Fixes issue #1060.
2022-09-01 20:03:59 +02:00
..
direct.h Add new test suite 'driver' 2022-02-26 12:21:26 +01:00
exitcode_bad_args.c Normalize exit codes 2022-02-26 12:21:26 +01:00
exitcode_good.c Normalize exit codes 2022-02-26 12:21:26 +01:00
exitcode_good_error.c Add exit-code command-line options 2022-02-26 12:21:26 +01:00
exitcode_good_error_always.c Add exit-code command-line options 2022-02-26 12:21:26 +01:00
exitcode_good_error_always_arg.c Add exit-code command-line options 2022-02-26 12:21:26 +01:00
exitcode_good_error_and_always.c Add exit-code command-line options 2022-02-26 12:21:26 +01:00
exitcode_good_error_arg.c Add exit-code command-line options 2022-02-26 12:21:26 +01:00
exitcode_syntax_error.c Normalize exit codes 2022-02-26 12:21:26 +01:00
exitcode_warn.c Normalize exit codes 2022-02-26 12:21:26 +01:00
exitcode_warn_error.c Add exit-code command-line options 2022-02-26 12:21:26 +01:00
exitcode_warn_error_always.c Add exit-code command-line options 2022-02-26 12:21:26 +01:00
exitcode_warn_error_always_arg.c Add exit-code command-line options 2022-02-26 12:21:26 +01:00
exitcode_warn_error_and_always.c Add exit-code command-line options 2022-02-26 12:21:26 +01:00
exitcode_warn_error_arg.c Add exit-code command-line options 2022-02-26 12:21:26 +01:00
indirect.h Add new test suite 'driver' 2022-02-26 12:21:26 +01:00
save_temps.c Drop -save-temps command-line args 2022-09-01 20:03:59 +02:00