]> granicus.if.org Git - clang/commit
PR7837: For qualified id's, make sure the decl context is complete if not
authorEli Friedman <eli.friedman@gmail.com>
Fri, 6 Aug 2010 23:41:47 +0000 (23:41 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Fri, 6 Aug 2010 23:41:47 +0000 (23:41 +0000)
commit647c8b32c2a6e38ee44dde1782a629e9c03786e2
tree9d8a199edc3fcf02a8168e1e4c607f7f1e7ce477
parent1fafd1d96419f587763d1b81332d8f476aeace2e
PR7837: For qualified id's, make sure the decl context is complete if not
dependent in ActOnIdExpression.  (This issue only shows up with member
operators because an operator is never a type.)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110486 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/SemaTemplate/dependent-class-member-operator.cpp [new file with mode: 0644]