Chris Lattner
|
204ffac987
|
Implement import for value names!
Swift SVN r288
|
2011-03-19 19:43:54 +00:00 |
|
Chris Lattner
|
6807ad7fb1
|
Move some type validity checking to SemaDecl::handleEndOfTranslationUnit, out of NameBinding.
Swift SVN r287
|
2011-03-19 06:41:26 +00:00 |
|
Chris Lattner
|
07b8860f71
|
Implement name binding for forward referenced values, and diagnose references to undefined decls. This properly implements the rest of name-binding! Since we don't have import statements yet, we don't have to worry about types. SemaDecl still does all the heavy lifting for them.
Swift SVN r276
|
2011-03-17 05:02:50 +00:00 |
|
Chris Lattner
|
1eb17f15dd
|
Stub out a namebinding pass, fix some crash-on-invalid cases in TypeChecking.
Swift SVN r263
|
2011-03-14 06:07:44 +00:00 |
|