clang-cl: Move /Zc: tests from cl-options.c to cl-zc.cpp
authorNico Weber <thakis@chromium.org>
Wed, 18 May 2022 13:45:06 +0000 (09:45 -0400)
committerNico Weber <thakis@chromium.org>
Wed, 18 May 2022 15:01:10 +0000 (11:01 -0400)
commitd39928e2cc393a21c8367ef318019166124f4b56
treebacc0eb7b75525acfe463765c9549b84689fc6d3
parentf7988d08a8bf11e551e720ba72c90c42d6756ece
clang-cl: Move /Zc: tests from cl-options.c to cl-zc.cpp

Since we already have a dedicated file for testing the /Zc: flags,
let's be consistent about putting /Zc: tests there.

No behavior change.

Differential Revision: https://reviews.llvm.org/D125889
clang/test/Driver/cl-options.c
clang/test/Driver/cl-zc.cpp