You can read more about the clang attributes for swift async here:
https://github.com/DougGregor/swift-evolution/blob/concurrency-objc/proposals/NNNN-concurrency-objc.md
rdar://70106409
Thanks for taking a look!
Paths
| Differential D92495
[clang] Add a new nullability annotation for swift async: _Nullable_result ClosedPublic Authored by erik.pilkington on Dec 2 2020, 10:07 AM.
Details Summary You can read more about the clang attributes for swift async here: rdar://70106409 Thanks for taking a look!
Diff Detail Event TimelineHerald added subscribers: dexonsmith, ributzka, jfb, jkorous. · View Herald TranscriptDec 2 2020, 10:07 AM This revision is now accepted and ready to land.Dec 2 2020, 12:10 PM erik.pilkington marked 5 inline comments as done. Comment ActionsAddress review comments.
erik.pilkington marked 3 inline comments as done. Comment ActionsAddress review comments.
Closed by commit rG9cd2413f1ca7: [clang] Add a new nullability annotation for swift async: _Nullable_result (authored by erik.pilkington). · Explain WhyDec 7 2020, 2:20 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 309001 clang/include/clang-c/Index.h
clang/include/clang/AST/Type.h
clang/include/clang/Basic/Attr.td
clang/include/clang/Basic/AttrDocs.td
clang/include/clang/Basic/Specifiers.h
clang/include/clang/Basic/TokenKinds.def
clang/include/clang/Sema/Sema.h
clang/lib/APINotes/APINotesYAMLCompiler.cpp
clang/lib/AST/Type.cpp
clang/lib/AST/TypePrinter.cpp
clang/lib/Basic/Diagnostic.cpp
clang/lib/Basic/IdentifierTable.cpp
clang/lib/Parse/ParseDecl.cpp
clang/lib/Parse/ParseTentative.cpp
clang/lib/Sema/Sema.cpp
clang/lib/Sema/SemaCodeComplete.cpp
clang/lib/Sema/SemaExpr.cpp
clang/lib/Sema/SemaExprObjC.cpp
clang/lib/Sema/SemaType.cpp
clang/test/Index/nullability.c
clang/test/SemaObjC/nullability.m
clang/test/SemaObjC/nullable-result.m
clang/tools/c-index-test/c-index-test.c
clang/tools/libclang/CXType.cpp
|
its -> it's