Issue | 129411 |
---|---|
Summary | [Clang][diagnostics] Missing error when base class type declaration shadows template parameter |
Labels | clang |
Assignees | |
Reporter | NewSigma |
godbolt: https://godbolt.org/z/eW8ET71hK ``` template<class> class Base;
template<class T> class A : public Base<T> { using typename Base<T>::T; }; ``` The behavior is different with gcc.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs