Files
clang-p2996/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionHelper.cpp
walter erquinigo f237513cda [LLDB] Add some declarations related to REPL support for mojo
This simple diff declares some enum values needed to create a REPL for the mojo language.

Differential Revision: https://reviews.llvm.org/D150303
2023-05-23 13:39:43 -05:00

14 lines
469 B
C++

//===-- ClangExpressionHelper.cpp -----------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
#include "ClangExpressionHelper.h"
using namespace lldb_private;
char ClangExpressionHelper::ID;