[all-commits] [llvm/llvm-project] 4f103e: [NFC] [C++20] [Modules] Add tests for template ins...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Tue Dec 21 01:42:45 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4f103e956157515dd800951f73ed550b1a0477f4
https://github.com/llvm/llvm-project/commit/4f103e956157515dd800951f73ed550b1a0477f4
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2021-12-21 (Tue, 21 Dec 2021)
Changed paths:
A clang/test/Modules/Inputs/module-transtive-instantiation/Templ.cppm
A clang/test/Modules/Inputs/module-transtive-instantiation/bar.cppm
A clang/test/Modules/module-transtive-instantiation-2.cpp
A clang/test/Modules/module-transtive-instantiation.cpp
Log Message:
-----------
[NFC] [C++20] [Modules] Add tests for template instantiation in transitively imported module
This commit adds two test about template class instantiation in
transitively imported module. They are used as pre-commit tests for
successive patches.
More information about the All-commits
mailing list