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
50b3fcc3d17338ea455eb9e326ab3f5206ae43f8
swift-mirror
/
include
/
swift
History
Chris Lattner
50b3fcc3d1
Switch TupleType to hold its elements with an llvm::ArrayRef instead of manually doing it.
...
Swift SVN r235
2011-02-22 07:15:54 +00:00
..
AST
Switch TupleType to hold its elements with an llvm::ArrayRef instead of manually doing it.
2011-02-22 07:15:54 +00:00
Parse
Introduce and create a new TypeAliasDecl for typealiases.
2011-02-22 05:47:08 +00:00
Sema
Remove the type symbol table from ASTContext, using the scoped hash table in SemaDecl instead. We resolve a bunch of fixmes (types now give a "previous definition here" diag), remove weird mutating state from ASTContext, and allow us to have shadowed types.
2011-02-22 07:02:00 +00:00