================ @@ -18,7 +18,9 @@ #include "llvm/DebugInfo/DWARF/DWARFLocationExpression.h" #include <functional> +namespace lldb_plugin::dwarf { ---------------- clayborg wrote:
Do we do this anywhere else? Should this be split into: ``` namespace lldb_plugin { namespace dwarf { ``` Not sure if there is a llvm coding convention for this? https://github.com/llvm/llvm-project/pull/68150 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits