[PATCH] D23874: Reify ErrorNewDeleteSizeMismatch
Filipe Cabecinhas via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 5 09:10:16 PDT 2016
filcab added a comment.
The rationale is here:
http://lists.llvm.org/pipermail/llvm-dev/2016-July/101933.html
I want to not rely on "print as you get any piece of information" when reporting errors, and convert to structured error reporting, which can then be printed if needed. Or be passed to a debugger.
https://reviews.llvm.org/D23874
More information about the llvm-commits
mailing list