[PATCH] D125889: clang-cl: Move /Zc: tests from cl-options.c to cl-zc.cpp

2022-05-18 Thread Nico Weber via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGd39928e2cc39: clang-cl: Move /Zc: tests from cl-options.c to cl-zc.cpp (authored by thakis). Herald added a project: clang. Repository: rG LLVM Gi

[PATCH] D125889: clang-cl: Move /Zc: tests from cl-options.c to cl-zc.cpp

2022-05-18 Thread Hans Wennborg via Phabricator via cfe-commits
hans accepted this revision. hans added a comment. This revision is now accepted and ready to land. lgtm CHANGES SINCE LAST ACTION https://reviews.llvm.org/D125889/new/ https://reviews.llvm.org/D125889 ___ cfe-commits mailing list cfe-commits@lists

[PATCH] D125889: clang-cl: Move /Zc: tests from cl-options.c to cl-zc.cpp

2022-05-18 Thread Nico Weber via Phabricator via cfe-commits
thakis created this revision. thakis added a reviewer: hans. Herald added a project: All. thakis requested review of this revision. Since we already have a dedicated file for testing the /Zc: flags, let's be consistent about putting /Zc: tests there. No behavior change. https://reviews.llvm.org