The template ListDirectedStatementState was declared as a struct and then as a class.
Fix it so they match.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The other specialization of this template is a class, though, so maybe the best fix is to change the earlier template struct to a class so that they all are so. I've got a fix on the way that does that, I think.
Comment Actions
Ok. When I'm all done, it'll be a class, but I'll make sure to keep things consistent.