Changeset 3233b91 for src/ResolvExpr


Ignore:
Timestamp:
Dec 3, 2020, 1:53:17 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
62e456f
Parents:
2595df1
Message:

Fix left erros in old AST

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/AlternativeFinder.cc

    r2595df1 r3233b91  
    135135                for(const auto & c : list) {
    136136                        std::stringstream ss;
    137                         print( ss, *c, indentAmt );
     137                        c.print( ss, indentAmt );
    138138                        sorted.push_back(ss.str());
    139139                }
Note: See TracChangeset for help on using the changeset viewer.