[Lldb-commits] [PATCH] D139955: [LLDB] Change formatting to use llvm::formatv
Alexander Yermolovich via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 19 16:09:35 PST 2022
ayermolo marked 2 inline comments as done.
ayermolo added inline comments.
================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp:11-58
+#include "AppleDWARFIndex.h"
+#include "DWARFASTParser.h"
+#include "DWARFASTParserClang.h"
+#include "DWARFCompileUnit.h"
+#include "DWARFDebugAbbrev.h"
+#include "DWARFDebugAranges.h"
+#include "DWARFDebugInfo.h"
----------------
JDevlieghere wrote:
> Unrelated change?
This was recommended in another diff. Although it was related to DIERef.h. I can move it to the second diff, or it's own diff?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139955/new/
https://reviews.llvm.org/D139955
More information about the lldb-commits
mailing list