Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
What's the actual bug in LLDB's usage & how does this address it? Is it
testable in LLVM? (unit tests?)
Comment Actions
Hello.
Here is the description of a crash http://lists.llvm.org/pipermail/llvm-dev/2015-November/092429.html
I thinks its testable. Option::ArgStr, Option::HelpStr, Option::ValueStr must not be nullptr. We could make them private and put assertions in setter function. And test it. StringRef can not be created from nullptr string.
16.11.2015, 20:38, "David Blaikie" <dblaikie@gmail.com>:
What's the actual bug in LLDB's usage & how does this address it? Is it testable in LLVM? (unit tests?)