[clang] [Clang] prevent errors for deduction guides using deduced type aliases (PR #117450)
Oleksandr T. via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 25 04:52:43 PST 2024
================
@@ -583,6 +583,8 @@ Improvements to Clang's diagnostics
- For an rvalue reference bound to a temporary struct with an integer member, Clang will detect constant integer overflow
in the initializer for the integer member (#GH46755).
+- Clang now prevents errors for deduction guides with deduced type aliases (#GH54909).
----------------
a-tarasyuk wrote:
@zyn0217 thanks for the feedback. I've added the requested changes.
https://github.com/llvm/llvm-project/pull/117450
More information about the cfe-commits
mailing list