Commit Graph

3 Commits

Author SHA1 Message Date
Andrew Trick
3dc832baf0 [NFC] Cleanup implicit pointer conversion diagnostic tests
These tests were fixed by:
[TypeChecker] SE-0324: Extend Swift -> C pointer conversions to arrays

The unit tests in diagnose_implicit_raw_conversion.swift
are now replete.
2023-03-16 18:25:47 -07:00
Pavel Yaskevich
e4eb271359 [CSSimplify] Implement ArrayToCPointer conversion
Extends implementation to support conversions between arrays
and pointers that are allowed by the SE-0324 proposal.

Resolved: rdar://99089335
2023-03-14 14:36:52 -07:00
Andrew Trick
64e1ce26a8 Add unit tests for implicit inout to raw pointer diagnostics. 2023-02-27 21:51:17 -08:00