This website requires JavaScript.
Explore
Help
Sign In
averello
/
swift-mirror
Watch
1
Star
0
Fork
0
You've already forked swift-mirror
mirror of
https://github.com/apple/swift.git
synced
2026-03-04 18:24:35 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
db19c19e199a2bd273b6dfd232d98a67c85d0aed
swift-mirror
/
test
/
decl
/
class
History
Doug Gregor
651d4f87b8
Merge pull request
#70236
from DougGregor/required-inits-69965
...
Diagnose *all* cases where a subclass fails to override a required init
2023-12-05 11:59:14 -08:00
..
actor
[Concurrency] Diagnose actor-isolated witnesses to nonisolated protocol
2023-12-01 18:23:37 -08:00
Inputs
…
circular_inheritance_2.swift
…
circular_inheritance.swift
Stop passing -requirement-machine-{abstract,inferred,protocol}-signatures flags in tests
2022-05-10 12:56:17 -04:00
classes.swift
…
constructor_search_outer.swift
…
effectful_properties_objc.swift
Disable availability checking in tests that use concurrency
2021-07-20 12:46:26 -07:00
effectful_properties.swift
[Sema] Emit an error for attempts to use
@available
on var declarations that have attached property wrappers. Availability is not supported on stored properties, and properties with property wrappers are stored properties with a layer of indirection. Also, add the same missing diagnostic for
lazy
vars.
2022-02-03 09:02:59 -08:00
inheritance_across_modules.swift
Diagnose *all* cases where a subclass fails to override a required init
2023-12-04 16:09:28 -08:00
inheritance_protocol_multi_module.swift
…
nonoverride.swift
…
override-implementationOnly.swift
…
override.swift
DiagnosticVerifier: Default expected fix-it start line to the diagnostic's
2023-03-08 12:10:27 +03:00
typed_throws_override.swift
[Typed throws] Support overrides that are contravariant in the thrown error
2023-11-16 10:42:55 -08:00