[Lldb-commits] [lldb] [LLDB][NFC] Create a namespace for the DWARF plugin (PR #68150)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 6 07:50:48 PDT 2023
================
@@ -18,7 +18,9 @@
#include "llvm/DebugInfo/DWARF/DWARFLocationExpression.h"
#include <functional>
+namespace lldb_plugin::dwarf {
----------------
JDevlieghere wrote:
I'd prefer the old way for the sake of consistency.
https://github.com/llvm/llvm-project/pull/68150
More information about the lldb-commits
mailing list