[PATCH] D51138: [Error] Add runtime flag BreakOnError and a debug trap in the Error class

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 28 07:14:34 PDT 2018


lhames added a comment.

Hi Stefan,

> The additional static variable is not considered ABI-breaking right?

No, it would not be.

> In fact, `(lldb) b ErrorInfoBase::ErrorInfoBase` is just as good and doesn't need any code change. Is it documented somewhere?

No, I do not think it is. That would be a good tip to add to the programmer's manual.


Repository:
  rL LLVM

https://reviews.llvm.org/D51138





More information about the llvm-commits mailing list