Changeset 8d25360 for src/SymTab/Validate.cc
- Timestamp:
- Feb 13, 2019, 12:24:12 PM (4 years ago)
- Branches:
- no_list
- Children:
- 80eefcb
- Parents:
- bbbc067
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Validate.cc
rbbbc067 r8d25360 913 913 if ( ! inFunctionType ) { 914 914 ret->attributes.insert( ret->attributes.end(), typeInst->attributes.begin(), typeInst->attributes.end() ); 915 typeInst->attributes.clear(); 915 916 } else { 916 917 deleteAll( ret->attributes );
Note: See TracChangeset
for help on using the changeset viewer.