[Lldb-commits] [lldb] [LLDB] FindLibCppStdFunctionCallableInfo improvements (PR #111892)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 11 00:50:42 PDT 2024


================
@@ -191,14 +191,6 @@ llvm::Error ItaniumABILanguageRuntime::TypeHasVTable(CompilerType type) {
       type = pointee_type;
   }
 
-  // Make sure this is a class or a struct first by checking the type class
-  // bitfield that gets returned.
-  if ((type.GetTypeClass() & (eTypeClassStruct | eTypeClassClass)) == 0) {
----------------
Michael137 wrote:

Could you elaborate on the removal here?

https://github.com/llvm/llvm-project/pull/111892


More information about the lldb-commits mailing list