diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2015-05-14 17:31:32 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-05-19 17:16:29 (GMT) |
commit | 67fa3da9e84888029d128280f35a8e7b3d208377 (patch) | |
tree | addcaa89ea96957b1c298568b758fb47aa74317b /Tests/RunCMake/CommandLine/E___run_iwyu-no-cc-stderr.txt | |
parent | a390de65e09e3ebc496fc14d40848ea4940cc9b0 (diff) | |
download | CMake-67fa3da9e84888029d128280f35a8e7b3d208377.zip CMake-67fa3da9e84888029d128280f35a8e7b3d208377.tar.gz CMake-67fa3da9e84888029d128280f35a8e7b3d208377.tar.bz2 |
cmake: Add internal -E mode to run include-what-you-use with the compiler
Add an internal "cmake -E __run_iwyu" mode to wrap the compiler call.
Run a given include-what-you-use command line with the compiler options
and report a warning if it finds anything. Then run the real compiler.
Co-Author: Brad King <brad.king@kitware.com>
Diffstat (limited to 'Tests/RunCMake/CommandLine/E___run_iwyu-no-cc-stderr.txt')
-rw-r--r-- | Tests/RunCMake/CommandLine/E___run_iwyu-no-cc-stderr.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/CommandLine/E___run_iwyu-no-cc-stderr.txt b/Tests/RunCMake/CommandLine/E___run_iwyu-no-cc-stderr.txt new file mode 100644 index 0000000..1998abb --- /dev/null +++ b/Tests/RunCMake/CommandLine/E___run_iwyu-no-cc-stderr.txt @@ -0,0 +1 @@ +^__run_iwyu missing compile command after --$ |