[all-commits] [llvm/llvm-project] f8d5f0: [NFC] Add two tests for C++ modules
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Thu Feb 16 01:02:59 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f8d5f0e53b04040cebbba639530133b261a4432f
https://github.com/llvm/llvm-project/commit/f8d5f0e53b04040cebbba639530133b261a4432f
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2023-02-16 (Thu, 16 Feb 2023)
Changed paths:
A clang/test/Modules/export-in-another-export.cppm
A clang/test/Modules/language-linkage.cppm
Log Message:
-----------
[NFC] Add two tests for C++ modules
One test for checking the decls in language linkage shouldn't be
discarded and can be mangled correctly.
Another one for checking we can't export again in an export decl.
More information about the All-commits
mailing list