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