diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-08-23 22:49:47 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-08-23 22:49:47 +0000 |
| commit | db7dbbec39359c9ef66a05dcf3559818f113aa85 (patch) | |
| tree | ce931b4563448c48ea0d36ff19361b1e0cb9683f /clang | |
| parent | 30616383ab4d784f51c8e4228d2c01c772b9838c (diff) | |
| download | bcm5719-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.cpp | 1 |
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 |

