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
09cf7b87e952f93f6516c20b92d9f875a90bc28e
swift-mirror
/
include
/
swift
/
Serialization
History
Chris Lattner
21a7a6c89a
Doug twisted my arm and convinced me that noescape was a better match for the semantics we’ll have here. NoCapture would be confusable with "this closure doesn’t have any captures, thus should be compatible with thin function types"
...
The attribute itself remains __'ized. Swift SVN r24113
2014-12-23 17:52:10 +00:00
..
BCReadingExtras.h
Remove more unnecessary semicolons.
2014-03-26 06:07:06 +00:00
DeclTypeRecordNodes.def
[Serialization] Preserve private discriminators through serialization.
2014-08-30 17:27:02 +00:00
ModuleFile.h
Avoid APIs that return a new ASTContext-allocated array every time you call them.
2014-11-20 06:33:27 +00:00
ModuleFormat.h
Doug twisted my arm and convinced me that noescape was a better match for the semantics we’ll have here. NoCapture would be confusable with "this closure doesn’t have any captures, thus should be compatible with thin function types"
2014-12-23 17:52:10 +00:00
SerializationOptions.h
[Serialization] Keep track of whether a module has an underlying Clang module.
2014-08-28 21:36:02 +00:00
SerializedModuleLoader.h
[AST] Move ide::findUnderlyingClangModule() to Module::findUnderlyingClangModule() so that the ASTPrinter can use it.
2014-12-04 20:17:03 +00:00
SerializedSILLoader.h
Simplify and chose a better name for invalidating the Deserializer's function cache.
2014-10-20 12:51:56 +00:00