Changeset afb15cf for src/Parser/DeclarationNode.cpp
- Timestamp:
- Aug 16, 2024, 12:25:53 PM (3 months ago)
- Branches:
- master
- Children:
- 3ac5fd8
- Parents:
- 5b643ea
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/DeclarationNode.cpp
r5b643ea rafb15cf 999 999 assert( type ); 1000 1000 1001 // Some types are parsed as declarations and, syntactically, can have 1002 // initializers. However, semantically, this is meaningless. 1003 if ( initializer ) { 1004 SemanticError( this, "Initializer on type declaration " ); 1005 } 1006 1001 1007 switch ( type->kind ) { 1002 1008 case TypeData::Aggregate: {
Note: See TracChangeset
for help on using the changeset viewer.