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
2025-12-21 12:14:44 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
08e7797f8625dca1c97a7b51e7d5c5fb4b3cfc20
swift-mirror
/
test
/
Sema
History
Ted Kremenek
b9ac56302c
Wire up initial diagnostics for checking 'unavailable' declarations.
...
There's a lot of detail work to do here, and obviously more test cases. Swift SVN r15510
2014-03-26 15:05:13 +00:00
..
Inputs
Derive protocol conformances for types declared in other files in the target.
2014-02-20 19:47:42 +00:00
availability.swift
Wire up initial diagnostics for checking 'unavailable' declarations.
2014-03-26 15:05:13 +00:00
diag_self_assign.swift
Implement a check in Sema to find self-assignment
2013-11-05 23:43:54 +00:00
diag_unreachable_after_return.swift
Issue a warning when returned expression is on the next line after the return keyword.
2013-11-06 02:00:13 +00:00
diag_values_of_module_type.swift
Disallow use of module values
2013-11-18 20:45:50 +00:00
enum_raw_representable_multi_file.swift
Derive protocol conformances for types declared in other files in the target.
2014-02-20 19:47:42 +00:00
enum_raw_representable.swift
Derive protocol conformances for types declared in other files in the target.
2014-02-20 19:47:42 +00:00
immutability.swift
Implement the ability to create a Pattern as a set of 'let' decls instead of
2013-12-11 07:28:13 +00:00