Changeset 16ba4897 for src/Parser/DeclarationNode.cpp
- Timestamp:
- Oct 9, 2024, 5:07:59 PM (5 weeks ago)
- Branches:
- master
- Children:
- 0766399
- Parents:
- 1b770e40
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/DeclarationNode.cpp
r1b770e40 r16ba4897 829 829 } // for 830 830 831 if ( ! errors.isEmpty() ) { 832 throw errors; 833 } // if 831 errors.throwIfNonEmpty(); 834 832 } // buildList 835 833 … … 879 877 } // for 880 878 881 if ( ! errors.isEmpty() ) { 882 throw errors; 883 } // if 879 errors.throwIfNonEmpty(); 884 880 } // buildList 885 881 … … 897 893 } // for 898 894 899 if ( ! errors.isEmpty() ) { 900 throw errors; 901 } // if 895 errors.throwIfNonEmpty(); 902 896 } // buildTypeList 903 897
Note: See TracChangeset
for help on using the changeset viewer.