diff options
author | Younan Zhang <zyn7109@gmail.com> | 2025-07-14 14:45:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-14 14:45:23 +0800 |
commit | 040e7ad8281dcb52507070fbeec59421af78c5ca (patch) | |
tree | 9c6b76979f62ad7e501b09cded35a72f5fb2e970 /llvm/lib/Transforms/Utils/Local.cpp | |
parent | 8983b22ca1026156da1039263398c6540f4eee98 (diff) | |
download | llvm-040e7ad8281dcb52507070fbeec59421af78c5ca.zip llvm-040e7ad8281dcb52507070fbeec59421af78c5ca.tar.gz llvm-040e7ad8281dcb52507070fbeec59421af78c5ca.tar.bz2 |
[Clang] Consider default template arguments when synthesizing CTAD guides (#147675)
We copy arguments from different template parameter lists depending on
the deducibility of the template parameters. In particular, we may lose
the default template argument from the original alias declaration, and
this patch helps preserve that.
Fixes https://github.com/llvm/llvm-project/issues/133132
Diffstat (limited to 'llvm/lib/Transforms/Utils/Local.cpp')
0 files changed, 0 insertions, 0 deletions