[all-commits] [llvm/llvm-project] 42239d: [clang] Fix CTAD not respect default template argu...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Mon Dec 18 03:37:44 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 42239d2e96c5683a2973c39ea7ea20b616218b66
https://github.com/llvm/llvm-project/commit/42239d2e96c5683a2973c39ea7ea20b616218b66
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2023-12-18 (Mon, 18 Dec 2023)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Sema/SemaTemplate.cpp
M clang/test/SemaTemplate/ctad.cpp
Log Message:
-----------
[clang] Fix CTAD not respect default template arguments that were added after the definition. (#75569)
Fixes https://github.com/llvm/llvm-project/issues/69987
More information about the All-commits
mailing list