File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ // ===-- DAPLog.cpp --------------------------------------------------------===//
2+ //
3+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+ // See https://llvm.org/LICENSE.txt for license information.
5+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6+ //
7+ // ===----------------------------------------------------------------------===//
8+
19#include " DAPLog.h"
210
311using namespace lldb_private ;
Original file line number Diff line number Diff line change 1- // ===-- DAPLog.h ------------------------------------------------*- C++ -* -===//
1+ // ===-- DAPLog.h --------------------------------------------------------- -===//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
55// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66//
77// ===----------------------------------------------------------------------===//
88
9- #ifndef LLDB_UTILITY_LLDBLOG_H
10- #define LLDB_UTILITY_LLDBLOG_H
9+ #ifndef LLDB_TOOLS_LLDB_DAP_DAPLOG_H
10+ #define LLDB_TOOLS_LLDB_DAP_DAPLOG_H
1111
1212#include " lldb/Utility/Log.h"
1313#include " llvm/ADT/BitmaskEnum.h"
You can’t perform that action at this time.
0 commit comments