Changeset 8b4faf6
- Timestamp:
- Jan 3, 2024, 4:52:41 PM (12 months ago)
- Branches:
- master
- Children:
- 59c8dff, 681e12f
- Parents:
- 58c5821
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/HoistStruct.cpp
r58c5821 r8b4faf6 30 30 return dynamic_cast< ast::StructDecl const * >( decl ) 31 31 || dynamic_cast< ast::UnionDecl const * >( decl ) 32 || dynamic_cast< ast::EnumDecl const * >( decl ) 32 33 || dynamic_cast< ast::StaticAssertDecl const * >( decl ); 33 34 }
Note: See TracChangeset
for help on using the changeset viewer.