shafik added inline comments.
================ Comment at: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp:95 - // that Clang calls its internal Decl::AccessDeclContextSanity check. - decl->getAccess(); -#endif ---------------- No, we don't care about the return value but we care about the `assert` which means the AST node is not well formed. In this case IIRC we are verifying that a member has an access specifier that is not set to `AS_none`. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D113533/new/ https://reviews.llvm.org/D113533 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits