[all-commits] [llvm/llvm-project] d39928: clang-cl: Move /Zc: tests from cl-options.c to cl-...
Nico Weber via All-commits
all-commits at lists.llvm.org
Wed May 18 08:01:49 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d39928e2cc393a21c8367ef318019166124f4b56
https://github.com/llvm/llvm-project/commit/d39928e2cc393a21c8367ef318019166124f4b56
Author: Nico Weber <thakis at chromium.org>
Date: 2022-05-18 (Wed, 18 May 2022)
Changed paths:
M clang/test/Driver/cl-options.c
M clang/test/Driver/cl-zc.cpp
Log Message:
-----------
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
More information about the All-commits
mailing list