]> granicus.if.org Git - clang/commit
Fix PR8884 by skipping transparent contexts. The test is for LikageSpec. I
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 20 Jan 2011 02:26:24 +0000 (02:26 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 20 Jan 2011 02:26:24 +0000 (02:26 +0000)
commit706df2fb3f00450cea6809c363eee35bfb3e1025
tree15d50d08e5f8e82395829366b759628fafdfb372
parent3dbdb58e2e920ad69fecbd56c25b58577ab693e8
Fix PR8884 by skipping transparent contexts. The test is for LikageSpec. I
failed to find a case where an enum context would make a difference, but
found PR9007 on the way.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123871 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
test/SemaCXX/PR8884.cpp [new file with mode: 0644]