Changeset 721f17a for src/ResolvExpr
- Timestamp:
- Jun 26, 2015, 11:48:17 PM (10 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- 0df292b
- Parents:
- 1869adf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/ResolvExpr/Unify.cc ¶
r1869adf r721f17a 10 10 // Created On : Sun May 17 12:27:10 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sun May 17 13:08:48201513 // Update Count : 612 // Last Modified On : Fri Jun 26 14:57:05 2015 13 // Update Count : 7 14 14 // 15 15 … … 149 149 Type *common = 0; 150 150 std::auto_ptr< Type > newType( curClass.type->clone() ); 151 newType->get_qualifiers() = typeInst->get_qualifiers(); 151 152 if ( unifyInexact( newType.get(), other, env, needAssertions, haveAssertions, openVars, widenMode & WidenMode( curClass.allowWidening, true ), indexer, common ) ) { 152 153 if ( common ) {
Note: See TracChangeset
for help on using the changeset viewer.