Skip to content

Commit c919970

Browse files
Revert "[lldb] Fix crash missing MSInheritanceAttr on CXXRecordDecl with DWARF on Windows" (#113498)
Reverts #112928 This is because it broke greendragon: SymbolFile/DWARF/x86/member-pointers.cpp
1 parent d269ec3 commit c919970

File tree

2 files changed

+0
-27
lines changed

2 files changed

+0
-27
lines changed

lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2771,9 +2771,6 @@ static bool GetCompleteQualType(clang::ASTContext *ast,
27712771
ast, llvm::cast<clang::AttributedType>(qual_type)->getModifiedType(),
27722772
allow_completion);
27732773

2774-
case clang::Type::MemberPointer:
2775-
return !qual_type.getTypePtr()->isIncompleteType();
2776-
27772774
default:
27782775
break;
27792776
}

lldb/test/Shell/SymbolFile/DWARF/x86/member-pointers.cpp

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)