[all-commits] [llvm/llvm-project] 5b769f: [NFC] Add an invalid test case for C++20 Modules
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Sun Mar 5 22:41:30 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5b769ff3e6a47eb2ffe8aa9e86f701ef046cf0a9
https://github.com/llvm/llvm-project/commit/5b769ff3e6a47eb2ffe8aa9e86f701ef046cf0a9
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2023-03-06 (Mon, 06 Mar 2023)
Changed paths:
A clang/test/Modules/polluted-operator.cppm
Log Message:
-----------
[NFC] Add an invalid test case for C++20 Modules
Address https://github.com/llvm/llvm-project/issues/61150.
The test is intended to show the polluted operator&& will affect the ODR
checking and the ODR checking here is correct.
More information about the All-commits
mailing list