llvm/llvm-project
Clang elides the wrong part of the template type in error message.
Ouverte
#180 046 ouverte le 5 févr. 2026
clang:frontendgood first issue
Métriques du dépôt
- Stars
- (26 378 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
Repro: https://godbolt.org/z/9bYzd3WPG
Error message:error: no viable conversion from returned value of type 'S3<S2<...>>' to function return type 'S3<S2<...>>'
Expected: error: no viable conversion from returned value of type 'S3<const S2<int>>' to function return type 'S3<S2<int>>'