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-14 20:36:38 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
coro-ast-no-diff
Add File
New File
Upload File
Apply Patch
swift-mirror
/
test
/
expr
/
print
History
Allan Shortlidge
e0eba4ed5e
AST: Add printing support for
#available
and
#_hasSymbol
conditions.
...
Teach `ASTPrinter` to print `if #available` and `if #_hasSymbol` statements.
2025-09-05 18:34:31 -07:00
..
callexpr.swift
…
conditions.swift
AST: Add printing support for
#available
and
#_hasSymbol
conditions.
2025-09-05 18:34:31 -07:00
discard.swift
Test: replace '@_moveOnly' with '~Copyable'
2024-07-23 11:05:33 -07:00
func_closures.swift
Added the expression cases of the form 'visit...Expr()'
2024-02-02 13:51:37 +05:30
literals.swift
…
misc_expr.swift
Disable new diagnostic formatter for a few tests I missed
2024-02-19 07:43:58 -10:00
protocol.swift
Added the expression cases of the form 'visit...Expr()'
2024-02-02 13:51:37 +05:30
switch.swift
…