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
bcc4f47332b83a621c3a5a9eb5fecd2cfeb74726
swift-mirror
/
lib
/
Sema
History
Chris Lattner
bcc4f47332
Fix previous patch.
...
Swift SVN r271
2011-03-15 00:22:10 +00:00
..
Makefile
forgot to svn add this.
2010-07-18 23:40:44 +00:00
NameBinding.cpp
Stub out a namebinding pass, fix some crash-on-invalid cases in TypeChecking.
2011-03-14 06:07:44 +00:00
Scope.cpp
Add a scoped hash table for type names to SemaDecl, make Scope push it along with the value scoped hash table.
2011-02-22 06:45:30 +00:00
Sema.cpp
split the decl processing stuff in Sema out into a new
2010-07-23 04:13:53 +00:00
SemaBase.cpp
Change the parser methods to lower case to follow naming conventions.
2011-03-06 23:28:17 +00:00
SemaDecl.cpp
Wire DiagnoseUnresolvedType back up and clean up handling of vardecls. This now causes us to explode on tuples with default values so temporarily remove the tests. This also causes us to reject more anondecl tests since those aren't (re)implemented yet.
2011-03-14 22:16:50 +00:00
SemaExpr.cpp
Check in a massive rewrite of how sema works for expressions in an effort to make way for separate parsing, name binding, type checking phases.
2011-03-13 21:52:03 +00:00
SemaType.cpp
Implement type checking support for validating tuple types with default values.
2011-03-14 23:40:05 +00:00
TypeChecking.cpp
Fix previous patch.
2011-03-15 00:22:10 +00:00