Commits

Xi Ge committed 18438647ef6
[CodeCompletion] Showing the member functions of Optional. Previously, when code completing Optional<T>., we only show the member functions of T; This fix adds the member functions of Optional to the code completion list. rdar://20316534 Swift SVN r26622