[Lldb-commits] [PATCH] D139247: [lldb/Interpreter] Make ScriptedProcessInfo more generic
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 5 10:59:07 PST 2022
bulbazord added inline comments.
================
Comment at: lldb/include/lldb/Interpreter/ScriptedMetadata.h:9-10
+
+#ifndef LLDB_SOURCE_PLUGINS_SCRIPTED_METADATA_H
+#define LLDB_SOURCE_PLUGINS_SCRIPTED_METADATA_H
+
----------------
This should be `LLDB_INTERPRETER_SCRIPTEDMETADATA_H` to be consistent with other classes in `Interpreter`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139247/new/
https://reviews.llvm.org/D139247
More information about the lldb-commits
mailing list