================ @@ -11,6 +11,22 @@ using namespace lldb_private; +std::optional<bool> ClangASTMetadata::GetIsDynamicCXXType() const { + switch (m_is_dynamic_cxx) { + case 0: ---------------- labath wrote:
I don't think that's necessary given that the only one who needs to know about them are these two short functions. And then I would be able to do the `bool+1` trick :P https://github.com/llvm/llvm-project/pull/137974 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits