Skip to content

Commit

Permalink
Revert "[lldb] Fix crash missing MSInheritanceAttr on CXXRecordDecl w…
Browse files Browse the repository at this point in the history
…ith DWARF on Windows" (#113498)

Reverts #112928

This is because it broke greendragon:
SymbolFile/DWARF/x86/member-pointers.cpp
  • Loading branch information
rastogishubham authored Oct 23, 2024
1 parent d269ec3 commit c919970
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
3 changes: 0 additions & 3 deletions lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2771,9 +2771,6 @@ static bool GetCompleteQualType(clang::ASTContext *ast,
ast, llvm::cast<clang::AttributedType>(qual_type)->getModifiedType(),
allow_completion);

case clang::Type::MemberPointer:
return !qual_type.getTypePtr()->isIncompleteType();

default:
break;
}
Expand Down
24 changes: 0 additions & 24 deletions lldb/test/Shell/SymbolFile/DWARF/x86/member-pointers.cpp

This file was deleted.

0 comments on commit c919970

Please sign in to comment.