mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
* [Sema] Implementing is runtime check always true diagnostic as a fix * [AST] Implement getWithoutThrows on function type * [CSSimplify] Detect that checked cast types conversion is always true and record warning fix * [test] Some additional test cases for SR-13789 * [Sema] Fixing typo on fix name * [Sema] Move and adjust the ConditionalCast diagnostics to the fix format * [Sema] Remove some checked cast diagnostics from check constraints and move to fix * [Sema] Renaming checked cast coercible types fix * [Sema] Some adjustments and rewrite on the logic for downcast record fix * [Sema] Move logic of runtime function type to AllowUnsupportedRuntimeCheckedCast::attempt * [Sema] Abstract checked cast fix logic to static function and minor adjustments * [Sema] Renamings from review