commit | e80622fd48261b6e5c7e6629dcfee2f76b124487 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Wed Sep 29 04:25:11 2010 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Wed Sep 29 04:25:11 2010 +0000 |
tree | 43488b1c35b14879c71d088b64f4135abc0897a1 | |
parent | ac45ad57f0641b0d556ca27d19a59930925d6add [diff] |
Move the management of the set of conversion functions in a C++ class into CXXRecordDecl. The only part that we do not handle this way are using declarations, since that would require extra name lookup that we don't currently want to pay for. This fixes <rdar://problem/8459981>, so that LLDB can build a CXXRecordDecl and magically get all of the right bits set. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115026 91177308-0d34-0410-b5e6-96231b3b80d8