The calls to ThreadPlan::WillStop do not use the return value. This changes WillStop
to a void return type, and since most subclasses don't implement this event, the base
class is given an empty implementation, instead of being pure virtual. Do-nothing
implementations are removed.
Details
- Reviewers
jingham
Diff Detail
- Repository
- rG LLVM Github Monorepo
clang-tidy: error: 'lldb/Target/Process.h' file not found [clang-diagnostic-error]
not useful