Keep reifying other errors.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Can you add some PR or github issue into all these issues with general overview of what are you trying to achieve?
Also please use [asan] prefix in the title.
Comment Actions
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.
Comment Actions
I'd advise to copy/past that message into some llvm bug and attach to every related patch.
But I am not going to insist.
Just asking: can we make it a "class" with private data and add
some
const ErrorStackOverflow* AsStackOverflow() {
}
is this going to work for debugger?