llvm-project
85d48b8f - [clang] treat deduced-as-dependent as undeduced for constant template parameters (#161099)

Commit
205 days ago
[clang] treat deduced-as-dependent as undeduced for constant template parameters (#161099) The AutoType's deduced-as-dependent mechanism is not really used for constant template parameters, but this is currently harmless to ignore because when dealing which such types, they will have been transformed, turning them back to plain undeduced AutoTypes. This should be NFC for current main users, but https://github.com/llvm/llvm-project/pull/141776 will depend on this.
Author
Parents
Loading