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
8c4e7d2a88a3f901b511be3f2639a9e7e75cda4a
swift-mirror
/
lib
/
SILOptimizer
/
FunctionSignatureTransforms
History
Alejandro Alonso
9906db37c7
Fix closures capturing value generics
2024-09-04 15:13:50 -07:00
..
ArgumentExplosionTransform.cpp
Add
#include "swift/Basic/Assertions.h"
to a lot of source files
2024-06-05 19:37:30 -07:00
CMakeLists.txt
…
DeadArgumentTransform.cpp
use new
llvm::Optional
API
2022-11-21 19:44:24 +01:00
ExistentialSpecializer.cpp
Merge branch 'main' into tbkka-assertions2
2024-06-18 17:52:00 -07:00
ExistentialTransform.cpp
Remove Value requirement Add GenericTypeParamKind
2024-09-04 15:13:43 -07:00
ExistentialTransform.h
…
FunctionSignatureOpts.cpp
Fix closures capturing value generics
2024-09-04 15:13:50 -07:00
FunctionSignatureOpts.h
Migrate llvm::Optional to std::optional
2024-02-21 11:20:06 -08:00
OwnedToGuaranteedTransform.cpp
FunctionSignatureOpts: don't convert non-copyable owned -> guaranteed arguments
2024-08-12 08:54:22 +02:00