|
|
| Bugzilla Link |
9573 |
| Resolution |
FIXED |
| Resolved on |
Dec 07, 2020 18:11 |
| Version |
trunk |
| OS |
Linux |
| CC |
@DougGregor |
Extended Description
Clang crashes on this code:
template
struct A {
struct A; // should probably diagnose this.
};
template struct A::A; // crashes here.