vsk added a comment. I tested this out on clang's ItaniumMangle.cpp and the crash is resolved.
================ Comment at: lib/CodeGen/CoverageMappingGen.cpp:723 + this->Visit(Child); + handleFileExit(getEnd(E)); + ---------------- This is doing the right thing. I think it should just be replaced by a call to VisitStmt(E), though, as that's clearer. Repository: rL LLVM https://reviews.llvm.org/D36250 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits