[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 08:20:09 PDT 2023


JDevlieghere wrote:

> Do you still want these nested namespaces to be defined in three lines instead of one? I could keep consistency as you mention, but I don't know if that would be visually too much.

If the plan is to move all plugins under `lldb_private::plugin` then the one-line is fine as I expect it will be the (new) majority of nested namespace in LLDB. 

https://github.com/llvm/llvm-project/pull/68150


More information about the lldb-commits mailing list