Changes in src/Parser/ParseNode.h [3e274ab:07de76b]
- File:
-
- 1 edited
-
src/Parser/ParseNode.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/ParseNode.h
r3e274ab r07de76b 10 10 // Created On : Sat May 16 13:28:16 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Feb 7 17:56:02 202013 // Update Count : 8 9112 // Last Modified On : Mon Dec 16 07:46:01 2019 13 // Update Count : 888 14 14 // 15 15 … … 449 449 * out++ = result; 450 450 } else { 451 SemanticError( cur->location, "type specifier declaration in forall clause is currently unimplemented.");451 assertf(false, "buildList unknown type"); 452 452 } // if 453 453 } catch( SemanticErrorException & e ) {
Note:
See TracChangeset
for help on using the changeset viewer.