Changeset 1df492a for src/AST/Pass.impl.hpp
- Timestamp:
- Jun 21, 2022, 1:39:14 PM (16 months ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
- Children:
- eb5962a
- Parents:
- fc134a48
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.impl.hpp
rfc134a48 r1df492a 650 650 if ( __visit_children() ) { 651 651 // unlike structs, traits, and unions, enums inject their members into the global scope 652 maybe_accept( node, &EnumDecl::base ); 652 653 maybe_accept( node, &EnumDecl::params ); 653 654 maybe_accept( node, &EnumDecl::members );
Note: See TracChangeset
for help on using the changeset viewer.