Previously, the added test cases crashed because Ref.getTypePtr()->getAsTagDecl()
is nullptr.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I didn't see that bug before, but with my patch, I cannot reproduce the reported crash.
So I guess that fixed it.