[all-commits] [llvm/llvm-project] 3f9b92: [C++20][Modules] Handle template declarations in h...
Iain Sandoe via All-commits
all-commits at lists.llvm.org
Thu Feb 2 23:36:57 PST 2023
Branch: refs/heads/release/16.x
Home: https://github.com/llvm/llvm-project
Commit: 3f9b92d027f5d0bd23f852b66d47c5061363532d
https://github.com/llvm/llvm-project/commit/3f9b92d027f5d0bd23f852b66d47c5061363532d
Author: Iain Sandoe <iain at sandoe.co.uk>
Date: 2023-02-03 (Fri, 03 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
(cherry picked from commit cdd44e2c85542d152aef19cfd1d2ad451d774935)
More information about the All-commits
mailing list