Changes in src/AST/Pass.impl.hpp [954c954:b2a11ba]
- File:
-
- 1 edited
-
src/AST/Pass.impl.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.impl.hpp
r954c954 rb2a11ba 465 465 __pass::symtab::addId( core, 0, func ); 466 466 VISIT( 467 // parameter declarations are now directly here468 maybe_accept( node, &FunctionDecl::params );469 maybe_accept( node, &FunctionDecl::returns );470 // foralls are still in function type471 467 maybe_accept( node, &FunctionDecl::type ); 472 468 // function body needs to have the same scope as parameters - CompoundStmt will not enter
Note:
See TracChangeset
for help on using the changeset viewer.