Bug 301411
| Summary: | Disable nullability completeness | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | adrian_taylor |
| Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
adrian_taylor
As we come to adopt Swift, its C++ interop requires us to label some APIs with _Nullable or _Nonnull. That's fine. But if we do that, clang currently warns of any other APIs in the same file which are not equivalently marked. This is currently believed to be unhelpful in a WebKit context. WebKit slack link https://webkit.slack.com/archives/CU64U6FDW/p1761239537764009
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/163319634>
adrian_taylor
Pull request: https://github.com/WebKit/WebKit/pull/52939
EWS
Committed 302237@main (fb05a6d5fba6): <https://commits.webkit.org/302237@main>
Reviewed commits have been landed. Closing PR #52939 and removing active labels.