]> granicus.if.org Git - clang/commitdiff
Add a FIXME.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 23 Aug 2013 22:49:47 +0000 (22:49 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 23 Aug 2013 22:49:47 +0000 (22:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189153 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaType.cpp

index 6998827e16292115f7a5364cd2fd317eb76d7a0a..9664937954b98202cbf0ceec991c93098ce77a1c 100644 (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