| commit | b93b606759c41aff4e6c8ce8c4ccc2a681880f4f | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Mon Apr 12 17:09:20 2010 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Mon Apr 12 17:09:20 2010 +0000 |
| tree | 25f3ba59f84b79f1d4f23041e7f8990ce9a8a010 | |
| parent | 08e774b7ef3641e8ca83a519e4e882beb43819b0 [diff] |
When creating the implicitly-declared special member functions, be sure to introduce them into the current Scope (when we have one) in addition to the DeclContext for the class, so that they can be found by name lookup for inline members of the class. Fixes PR6570. llvm-svn: 101047