================
@@ -11,6 +11,22 @@
using namespace lldb_private;
+std::optional<bool> ClangASTMetadata::GetIsDynamicCXXType() const {
+ switch (m_is_dynamic_cxx) {
+ case 0:
----------------
Michael137 wrote:Should we make these enum cases for readability? Don't feel strongly either way. https://github.com/llvm/llvm-project/pull/137974 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
