Add a FIXME.

llvm-svn: 189153
This commit is contained in:
Richard Smith 2013-08-23 22:49:47 +00:00
parent 30616383ab
commit db7dbbec39
1 changed files with 1 additions and 0 deletions

View File

@ -4831,6 +4831,7 @@ bool Sema::RequireCompleteExprType(Expr *E, TypeDiagnoser &Diagnoser){
// Fast path the case where the type is already complete.
if (!T->isIncompleteType())
// FIXME: The definition might not be visible.
return false;
// Incomplete array types may be completed by the initializer attached to