summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2013-08-23 22:49:47 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2013-08-23 22:49:47 +0000
commitdb7dbbec39359c9ef66a05dcf3559818f113aa85 (patch)
treece931b4563448c48ea0d36ff19361b1e0cb9683f /clang
parent30616383ab4d784f51c8e4228d2c01c772b9838c (diff)
downloadbcm5719-llvm-db7dbbec39359c9ef66a05dcf3559818f113aa85.tar.gz
bcm5719-llvm-db7dbbec39359c9ef66a05dcf3559818f113aa85.zip
Add a FIXME.
llvm-svn: 189153
Diffstat (limited to 'clang')
-rw-r--r--clang/lib/Sema/SemaType.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Sema/SemaType.cpp b/clang/lib/Sema/SemaType.cpp
index 6998827e162..9664937954b 100644
--- a/clang/lib/Sema/SemaType.cpp
+++ b/clang/lib/Sema/SemaType.cpp
@@ -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
OpenPOWER on IntegriCloud