================
@@ -771,6 +771,10 @@ TypeSystemClang
*TypeSystemClang::GetASTContext(clang::ASTContext *ast) {
return clang_ast;
}
+bool TypeSystemClang::ShouldIgnoreArtificialField(llvm::StringRef Name) {
+ return Name.starts_with("_vptr$");
----------------
Michael137 wrote:
Are you still planning on using this API from the `CPPLanguageRuntime`? If not,
you could just put it inside of `DWARFASTParserClang.cpp`.
https://github.com/llvm/llvm-project/pull/70779
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits