- File:
-
- 1 edited
-
src/Parser/DeclarationNode.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/DeclarationNode.cpp
rd1fbc56e 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.