- Timestamp:
- Jun 23, 2022, 1:41:39 PM (4 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
- Children:
- 3322180, a6cfb4d, fd365da
- Parents:
- 4e83bb7 (diff), 9dad5b3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/AST/Pass.impl.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.impl.hpp
r4e83bb7 rd28524a 648 648 if ( __visit_children() ) { 649 649 // unlike structs, traits, and unions, enums inject their members into the global scope 650 maybe_accept( node, &EnumDecl::base ); 650 651 maybe_accept( node, &EnumDecl::params ); 651 652 maybe_accept( node, &EnumDecl::members );
Note:
See TracChangeset
for help on using the changeset viewer.