- Timestamp:
- May 2, 2022, 3:18:32 AM (3 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
- Children:
- 24ceace
- Parents:
- 2686bc7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Convert.cpp
r2686bc7 r9e7236f4 1724 1724 } 1725 1725 1726 // Convert SynTree::EnumDecl to AST::EnumDecl 1726 1727 1727 virtual void visit( const EnumDecl * old ) override final { 1728 1728 if ( inCache( old ) ) return;
Note: See TracChangeset
for help on using the changeset viewer.