bzcheeseman accepted this revision.
bzcheeseman added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150303/new/
https://reviews.llvm.org/D150303
_
bzcheeseman added inline comments.
Comment at: lldb/include/lldb/Expression/ExpressionTypeSystemHelper.h:30
- LLVMCastKind getKind() const { return m_kind; }
-
- ExpressionTypeSystemHelper(LLVMCastKind kind) : m_kind(kind) {}
-
- ~ExpressionTypeSystemHelper() = default;
-
-p
bzcheeseman accepted this revision.
bzcheeseman added inline comments.
This revision is now accepted and ready to land.
Comment at: lldb/include/lldb/Interpreter/CommandInterpreter.h:329
+ /// is provided, the command is removed regardless of its removable status.
+ bool Remove