| commit | fb4dda4fed60e00ab61204870951f0ff09a1ad02 | [log] [tgz] |
|---|---|---|
| author | Anders Carlsson <andersca@mac.com> | Fri Nov 13 17:08:56 2009 +0000 |
| committer | Anders Carlsson <andersca@mac.com> | Fri Nov 13 17:08:56 2009 +0000 |
| tree | c851627703f767dc2bcda0b3b0538b5b839178f5 | |
| parent | 97df0b40c340f9f5fda80d1b9116453373eb9463 [diff] |
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