[PATCH] D17299: [ASTReader] Report error when accessing corrupt record data

Vedant Kumar via cfe-commits cfe-commits at lists.llvm.org
Tue May 10 11:18:53 PDT 2016


vsk abandoned this revision.
vsk added a comment.

I haven't measured the performance overhead of this patch. The failure case it's supposed to protect against is exceptionally rare: we haven't seen it happen again. In light of that, and considering that it clutters up the code, I think it'd be better to drop this.


http://reviews.llvm.org/D17299





More information about the cfe-commits mailing list