Fix SemaTemplate/instantiate-field.cpp after r261297.
For templates, fields can have incomplete types: template <class T> struct A2 { struct B; B b; }; Don't try to touch the DefinitionData of those fields. llvm-svn: 261301
Loading
Please sign in to comment