ASTOOScope ontology

This commit is contained in:
David Ungar
2019-03-01 09:15:02 -08:00
parent 6171d68bfa
commit 663760e3b7
42 changed files with 5610 additions and 3610 deletions

View File

@@ -276,7 +276,8 @@ swiftparse_client_node_t SynParser::parse(const char *source) {
langOpts.BuildSyntaxTree = true;
langOpts.CollectParsedToken = false;
// Disable name lookups during parsing.
langOpts.EnableASTScopeLookup = true;
// Not ready yet:
// langOpts.EnableASTScopeLookup = true;
auto parseActions =
std::make_shared<CLibParseActions>(*this, SM, bufID);