Changes in src/AST/Pass.impl.hpp [6a45bd78:e00c22f]
- File:
-
- 1 edited
-
src/AST/Pass.impl.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.impl.hpp
r6a45bd78 re00c22f 609 609 VISIT({ 610 610 guard_symtab guard { *this }; 611 maybe_accept( node, &TypeDecl::params ); 611 612 maybe_accept( node, &TypeDecl::base ); 612 613 }) … … 637 638 VISIT({ 638 639 guard_symtab guard { *this }; 640 maybe_accept( node, &TypedefDecl::params ); 639 641 maybe_accept( node, &TypedefDecl::base ); 640 642 })
Note:
See TracChangeset
for help on using the changeset viewer.