r189153 - Add a FIXME.
Richard Smith
richard-llvm at metafoo.co.uk
Fri Aug 23 15:49:47 PDT 2013
Author: rsmith
Date: Fri Aug 23 17:49:47 2013
New Revision: 189153
URL: http://llvm.org/viewvc/llvm-project?rev=189153&view=rev
Log:
Add a FIXME.
Modified:
cfe/trunk/lib/Sema/SemaType.cpp
Modified: cfe/trunk/lib/Sema/SemaType.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaType.cpp?rev=189153&r1=189152&r2=189153&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaType.cpp (original)
+++ cfe/trunk/lib/Sema/SemaType.cpp Fri Aug 23 17:49:47 2013
@@ -4831,6 +4831,7 @@ bool Sema::RequireCompleteExprType(Expr
// 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
More information about the cfe-commits
mailing list