Skip to content

Commit 76efd65

Browse files
committed
formatting
1 parent 25793b4 commit 76efd65

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

llvm/tools/llvm-debuginfo-analyzer/DebuggerView.cpp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
//===-- DebuggerView.cpp ---------------------------------------*- C++ -*-===//
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+
//
9+
// Options and functions related to --debugger-view for llvm-debuginfo-analyzer
10+
//
11+
//===----------------------------------------------------------------------===//
12+
113
#include "DebuggerView.h"
214
#include "Options.h"
315
#include "llvm/ADT/SetVector.h"

llvm/tools/llvm-debuginfo-analyzer/DebuggerView.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
//
9-
//
9+
// Options and functions related to --debugger-view for llvm-debuginfo-analyzer
1010
//
1111
//===----------------------------------------------------------------------===//
1212

llvm/tools/llvm-debuginfo-analyzer/llvm-debuginfo-analyzer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
//
1212
//===----------------------------------------------------------------------===//
1313

14-
#include "Options.h"
1514
#include "DebuggerView.h"
15+
#include "Options.h"
1616
#include "llvm/DebugInfo/LogicalView/Core/LVOptions.h"
1717
#include "llvm/DebugInfo/LogicalView/LVReaderHandler.h"
1818
#include "llvm/Support/COM.h"

0 commit comments

Comments
 (0)