Changeset 9d5089e for src/AST


Ignore:
Timestamp:
Jun 17, 2019, 7:14:58 PM (5 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
ea05f8d
Parents:
aba20d2
Message:

Port CandidateFinder::makeFunctionCandidates() and deps

Location:
src/AST
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/AST/TypeEnvironment.hpp

    raba20d2 r9d5089e  
    215215std::ostream & operator<<( std::ostream & out, const TypeEnvironment & env );
    216216
    217 }
     217} // namespace ast
    218218
    219219// Local Variables: //
  • src/AST/porting.md

    raba20d2 r9d5089e  
    302302* `ExplodedActual.h` => `ExplodedArg.hpp`
    303303
     304`polyCost`
     305* switched order of `env`, `symtab` parameters for better consistency
     306
    304307[1] https://gcc.gnu.org/onlinedocs/gcc-9.1.0/gcc/Type-Attributes.html#Type-Attributes
    305308
Note: See TracChangeset for help on using the changeset viewer.