Changeset 82ff4ed1
- Timestamp:
- Oct 19, 2022, 5:29:08 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- d191e24
- Parents:
- ce7d197
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/ParseNode.h
rce7d197 r82ff4ed1 10 10 // Created On : Sat May 16 13:28:16 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Oct 18 1 4:15:37202213 // Update Count : 93 612 // Last Modified On : Tue Oct 18 16:22:15 2022 13 // Update Count : 937 14 14 // 15 15 … … 466 466 cur = dynamic_cast< const NodeType * >( temp ); // should not return nullptr 467 467 if ( ! cur && temp ) { // non-homogeneous nodes ? 468 SemanticError( cur->location, "internal error, non-homogeneous nodes founds in buildList processing." );468 SemanticError( temp->location, "internal error, non-homogeneous nodes founds in buildList processing." ); 469 469 } // if 470 470 } // while
Note: See TracChangeset
for help on using the changeset viewer.