Skip to content
  • Anders Carlsson's avatar
    Instead of storing CXXMethodDecls in the vtable builder, store GlobalDecls so... · fb4dda4f
    Anders Carlsson authored
    Instead of storing CXXMethodDecls in the vtable builder, store GlobalDecls so we can represent both the complete and deleting destructors. Also, when encountering a destructor decl, emit entries for both the complete and deleting destructors. Mike, please review.
    
    With this change, FileCheck builds and runs the clang test suite without failures!
    
    llvm-svn: 88663
    fb4dda4f
Loading