[clang] [clang] Fix CTAD not respect default template arguments that were added after the definition. (PR #75569)

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 18 01:55:05 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>`_)
----------------
hokein wrote:

Done.

https://github.com/llvm/llvm-project/pull/75569


More information about the cfe-commits mailing list