]> granicus.if.org Git - clang/commit
Don't poke at an undefined class type of a field. Fixes PR7355.
authorDouglas Gregor <dgregor@apple.com>
Wed, 16 Jun 2010 16:54:04 +0000 (16:54 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 16 Jun 2010 16:54:04 +0000 (16:54 +0000)
commitd27e50cd839760880a73cfaaa93f912c01cb2171
tree9c7ecedf3314334c47e508a8f6e586716ab559be
parenta2dd828ce66a67bc21c3a553e2d99ca4f182d923
Don't poke at an undefined class type of a field. Fixes PR7355.

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