[clang] Deduction guides in anonymous namespaces or nested classes trigger -Wunused-function #141281
Labels
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
8000
Summary: Unused deduction guides in anonymous namespaces or for nested classes trigger
-Wunused-function
.Example error message:
Reproducer: https://godbolt.org/z/zW1KWdK84
This is basically the same failure mode as https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106604.
Appears to occur on all existing releases of clang.
The text was updated successfully, but these errors were encountered: