[all-commits] [llvm/llvm-project] 759f3e: [NFC] [C++20] [Modules] Add tests for template ins...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Tue Dec 21 19:23:09 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 759f3e297c072165d044a3ac6fa3fc2f30df86ab
https://github.com/llvm/llvm-project/commit/759f3e297c072165d044a3ac6fa3fc2f30df86ab
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2021-12-22 (Wed, 22 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.
Differential Revision: https://reviews.llvm.org/D116097
More information about the All-commits
mailing list