More renaming 'unchecked optional' to 'implicitly unwrapped optional'.

Swift SVN r17236
This commit is contained in:
Ted Kremenek
2014-05-02 06:22:01 +00:00
parent b3133da827
commit 4e70269c53
16 changed files with 22 additions and 22 deletions

View File

@@ -1202,7 +1202,7 @@ void ConstraintSystem::resolveOverload(ConstraintLocator *locator,
// For a non-subscript declaration found via dynamic lookup, strip
// off the lvalue-ness (FIXME: as a temporary hack. We eventually
// want this to work) and make a reference to that declaration be
// an unchecked optional.
// an implicitly unwrapped optional.
//
// Subscript declarations are handled within
// getTypeOfMemberReference(); their result types are unchecked