When a tag has nested-name ('struct foo::bar'), use not 'CurContext' but the context...
commit5ce4db86c448f1144785d4cd7c54104ba8f08b53
authorArgiris Kirtzidis <akyrtzi@gmail.com>
Sun, 9 Nov 2008 22:53:32 +0000 (9 22:53 +0000)
committerArgiris Kirtzidis <akyrtzi@gmail.com>
Sun, 9 Nov 2008 22:53:32 +0000 (9 22:53 +0000)
treea76de5c3a878148917084f802bf006379f325637
parent70b5413a0472233ee351106b048f1cdf0d41631c
When a tag has nested-name ('struct foo::bar'), use not 'CurContext' but the context of the nested-name ('foo::').

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