[Lldb-commits] [PATCH] D63229: [Reproducers] Include lldb version in the reproducer root
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 12 14:44:29 PDT 2019
aprantl added inline comments.
================
Comment at: lldb/include/lldb/Utility/Reproducer.h:114
+struct VersionInfo {
+ static const char *name;
----------------
Isn't a struct with two static members basically a namespace? I'm curious, I have not seen this pattern before.
================
Comment at: lldb/include/lldb/Utility/Reproducer.h:119
+
+class VersionProvider : public Provider<VersionProvider> {
+public:
----------------
Doxygen comments?
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63229/new/
https://reviews.llvm.org/D63229
More information about the lldb-commits
mailing list