The change in a5b8757506b07e3091fe243b6c1e004220d3cba3 locked down the ns_error_domain attribute to NSString only, however we actually support CFString as well.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D90891
[clang] ns_error_domain attribute also supports CFString typed variables ClosedPublic Authored by arphaman on Nov 5 2020, 2:37 PM.
Details Summary The change in a5b8757506b07e3091fe243b6c1e004220d3cba3 locked down the ns_error_domain attribute to NSString only, however we actually support CFString as well.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 6 2020, 1:04 AM Closed by commit rG3df3b62018c0: [clang] ns_error_domain attribute also supports CFString typed variables (authored by arphaman). · Explain WhyNov 11 2020, 8:50 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 304530 clang/include/clang/Basic/AttrDocs.td
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/Sema/SemaDeclAttr.cpp
clang/test/Sema/ns_error_enum.m
|