[clang] Disable alias template CTAD for C++17 (PR #133597)

via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 29 23:35:53 PDT 2025


cor3ntin wrote:

I think the issue here is that there is no extension warning in C++17. There should probably be one. 
Search for `ExtWarn` in DiagnosticSemaKinds.td and how these `ext_xxxx` diagnostics are used 


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


More information about the cfe-commits mailing list