Changeset 6ef2d81
- Timestamp:
- Feb 9, 2017, 10:12:58 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 992b089
- Parents:
- e994912
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/DeclarationNode.cc
re994912 r6ef2d81 10 10 // Created On : Sat May 16 12:34:05 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Feb 9 1 4:48:40201713 // Update Count : 74 112 // Last Modified On : Thu Feb 9 15:54:59 2017 13 // Update Count : 742 14 14 // 15 15 … … 506 506 } // if 507 507 508 checkQualifiers( q->type, type );509 addQualifiersToType( q->type, type );510 511 508 if ( q->type->forall ) { 512 509 if ( type->forall ) { … … 523 520 q->type->forall = nullptr; 524 521 } // if 522 523 checkQualifiers( q->type, type ); 524 addQualifiersToType( q->type, type ); 525 525 526 delete q; 526 527 return this;
Note: See TracChangeset
for help on using the changeset viewer.