[Lldb-commits] [lldb] 7fc6d36 - [nfc] [lldb] clang-format #include files order
Jan Kratochvil via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 4 23:28:59 PDT 2020
Author: Jan Kratochvil
Date: 2020-06-05T08:28:06+02:00
New Revision: 7fc6d36d4848abec95101fe3d0532e238e9579e8
URL: https://github.com/llvm/llvm-project/commit/7fc6d36d4848abec95101fe3d0532e238e9579e8
DIFF: https://github.com/llvm/llvm-project/commit/7fc6d36d4848abec95101fe3d0532e238e9579e8.diff
LOG: [nfc] [lldb] clang-format #include files order
Added:
Modified:
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
Removed:
################################################################################
diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp b/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
index 2b51be84752a..0fc3e9c4928b 100644
--- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
+++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
@@ -13,8 +13,8 @@
#include "DWARFDeclContext.h"
#include "DWARFDefines.h"
#include "SymbolFileDWARF.h"
-#include "SymbolFileDWARFDwo.h"
#include "SymbolFileDWARFDebugMap.h"
+#include "SymbolFileDWARFDwo.h"
#include "UniqueDWARFASTType.h"
#include "Plugins/ExpressionParser/Clang/ClangASTImporter.h"
More information about the lldb-commits
mailing list