[PATCH] D92495: [clang] Add a new nullability annotation for swift async: _Nullable_result
Doug Gregor via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 4 09:24:56 PST 2020
doug.gregor added inline comments.
================
Comment at: clang/test/SemaObjC/nullable-result.m:6
+ at class NSError;
+
+ at interface SomeClass
----------------
Can you add a `__has_attribute` check for `_Nullable_result`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92495/new/
https://reviews.llvm.org/D92495
More information about the cfe-commits
mailing list