[clang] [clang] Fix CTAD not respect default template arguments that were added after the definition. (PR #75569)
Mariya Podchishchaeva via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 15 00:53:53 PST 2023
================
@@ -685,6 +685,8 @@ Bug Fixes in This Version
(`#62157 <https://github.com/llvm/llvm-project/issues/62157>`_) and
(`#64885 <https://github.com/llvm/llvm-project/issues/64885>`_) and
(`#65568 <https://github.com/llvm/llvm-project/issues/65568>`_)
+- Fix an issue where clang doesn't respect detault template arguments that
+ are added in a later redeclaration for CTAD. (#69987 <https://github.com/llvm/llvm-project/issues/69987>`_)
----------------
Fznamznon wrote:
A little nit to align the style
```suggestion
are added in a later redeclaration for CTAD.
Fixes (#69987 <https://github.com/llvm/llvm-project/issues/69987>`_)
```
https://github.com/llvm/llvm-project/pull/75569
More information about the cfe-commits
mailing list