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
3 files changed
tree: c851627703f767dc2bcda0b3b0538b5b839178f5
  1. clang/
  2. compiler-rt/
  3. llvm/