[all-commits] [llvm/llvm-project] cdd44e: [C++20][Modules] Handle template declarations in h...
Iain Sandoe via All-commits
all-commits at lists.llvm.org
Thu Feb 2 02:51:29 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cdd44e2c85542d152aef19cfd1d2ad451d774935
https://github.com/llvm/llvm-project/commit/cdd44e2c85542d152aef19cfd1d2ad451d774935
Author: Iain Sandoe <iain at sandoe.co.uk>
Date: 2023-02-02 (Thu, 02 Feb 2023)
Changed paths:
M clang/lib/Sema/SemaDecl.cpp
M clang/test/CXX/module/module.import/p6.cpp
Log Message:
-----------
[C++20][Modules] Handle template declarations in header units.
This addresses part of https://github.com/llvm/llvm-project/issues/60079
The test for external functions was not considering function templates.
Differential Revision: https://reviews.llvm.org/D142704
More information about the All-commits
mailing list