]> granicus.if.org Git - clang/commit
Preserve the original scope when picking the right scope for a friend
authorJohn McCall <rjmccall@apple.com>
Wed, 13 Oct 2010 06:22:15 +0000 (06:22 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 13 Oct 2010 06:22:15 +0000 (06:22 +0000)
commit380aaa44213c7ddff95117a30d5c6cec05a911d5
tree32830df4c671bfc00a70ff36a7a53785b42a39d1
parent29ae6e5fb001deddd831e66faf143ecd9e50f67c
Preserve the original scope when picking the right scope for a friend
declaration, because we'll need it later.  Hopefully fixed self-host.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116399 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp