Issue 140364
Summary [clang] Assertion `IdentLoc.isValid() && "Invalid TargetName location."' failed.
Labels clang
Assignees
Reporter k-arrows
    Reproducer:
https://godbolt.org/z/4xE5nP3jz
```cpp
template <int> class A {};
template <int N> class B : A<N> {
  using A<N>::operator typename A<N>::X;
};
B<0> b;
```
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to