[all-commits] [llvm/llvm-project] 6d9b84: [C++20] [Modules] Handle reachability for partial ...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Fri Jul 22 02:04:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6d9b84797c1c4bd00a2392043e9feea4ecebe482
https://github.com/llvm/llvm-project/commit/6d9b84797c1c4bd00a2392043e9feea4ecebe482
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2022-07-22 (Fri, 22 Jul 2022)
Changed paths:
M clang/lib/Sema/SemaTemplate.cpp
A clang/test/Modules/partial_specialization.cppm
Log Message:
-----------
[C++20] [Modules] Handle reachability for partial specialization
Previously we don't catch the reachability for partial specialization.
Handle them in this patch.
More information about the All-commits
mailing list