[Lldb-commits] [lldb] [LLDB][ELF] Fix section unification to not just use names. (PR #90099)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 25 12:22:21 PDT 2024
================
@@ -1854,6 +1854,49 @@ class VMAddressProvider {
};
}
+namespace {
----------------
JDevlieghere wrote:
Nit: LLVM and LLDB prefer static functions over anonymous namespaces.
https://github.com/llvm/llvm-project/pull/90099
More information about the lldb-commits
mailing list