Commits

Doug Gregor committed 5524c0a3933
Honor the Clang nonnull and returns_nonnull attributes in the importer. Non-null attributes can indicate non-optionality of pointers. While these non-null attributes are generally less useful than the nullability type specifiers, they are occasionally used in the wild. Addresses rdar://problem/18428099. Swift SVN r23733