[mlir][int-range] Limit xor int range inference to i1 (#116968)
[llvm-project.git] / lldb / source / Commands / CommandObjectCommands.h
blobf418e5ba779bf8f2db152a0d605053c5917951e3
1 //===-- CommandObjectCommands.h -----------------------------------*- C++
2 //-*-===//
3 //
4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5 // See https://llvm.org/LICENSE.txt for license information.
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //
8 //===----------------------------------------------------------------------===//
10 #ifndef LLDB_SOURCE_COMMANDS_COMMANDOBJECTCOMMANDS_H
11 #define LLDB_SOURCE_COMMANDS_COMMANDOBJECTCOMMANDS_H
13 #include "lldb/Interpreter/CommandObjectMultiword.h"
15 namespace lldb_private {
17 // CommandObjectMultiwordCommands
19 class CommandObjectMultiwordCommands : public CommandObjectMultiword {
20 public:
21 CommandObjectMultiwordCommands(CommandInterpreter &interpreter);
23 ~CommandObjectMultiwordCommands() override;
26 } // namespace lldb_private
28 #endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTCOMMANDS_H