[all-commits] [llvm/llvm-project] 075299: [Sema] Merge variable template specializations
Ilya Biryukov via All-commits
all-commits at lists.llvm.org
Tue Aug 9 03:17:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 07529996d92b9fc0cc760f4e98d88b607f66e747
https://github.com/llvm/llvm-project/commit/07529996d92b9fc0cc760f4e98d88b607f66e747
Author: Ilya Biryukov <ibiryukov at google.com>
Date: 2022-08-09 (Tue, 09 Aug 2022)
Changed paths:
M clang/lib/Sema/SemaDecl.cpp
A clang/test/Modules/merge-var-template-spec-cxx-modules.cppm
A clang/test/Modules/merge-var-template-spec.cpp
Log Message:
-----------
[Sema] Merge variable template specializations
Clang used to produce redefinition errors, see tests for examples.
Reviewed By: ChuanqiXu
Differential Revision: https://reviews.llvm.org/D131258
More information about the All-commits
mailing list