[PATCH] D148045: [NFC][Symbolizer] Refactor out MarkupContext
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 21 09:59:58 PDT 2023
phosek added inline comments.
================
Comment at: llvm/include/llvm/DebugInfo/Symbolize/MarkupContext.h:37
+/// module-relative addresses.
+class MarkupContext {
+public:
----------------
Do you think it'd be more descriptive to name this class `ProcessContext`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148045/new/
https://reviews.llvm.org/D148045
More information about the llvm-commits
mailing list