with the groundwork out of the way, we can now namebind types referenced

by the SIL parser.  Add a test that covers both local types, and types
that require looking through an import decl (Int, from the stdlib).


Swift SVN r5249
This commit is contained in:
Chris Lattner
2013-05-21 05:34:24 +00:00
parent efea0bc2f9
commit 8c85a49d2a
5 changed files with 33 additions and 5 deletions

View File

@@ -77,7 +77,7 @@ public:
/// ASTStage - Defines what phases of parsing and semantic analysis are
/// complete for the given AST. This should only be used for assertions and
/// verification purposes.
enum {
enum ASTStage_t {
/// Parsing is underway.
Parsing,
/// Parsing has completed.