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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/SpecCost.cc

    raba20d2 r9d5089e  
    1717#include <list>
    1818
     19#include "AST/Type.hpp"
    1920#include "Common/PassVisitor.h"
    2021#include "SynTree/Declaration.h"
     
    111112                return counter.pass.get_count();
    112113        }
     114
     115        int specCost( const ast::Type * ty ) {
     116                #warning unimplmented
     117                (void)ty;
     118                assert(false);
     119                return 0;
     120        }
    113121} // namespace ResolvExpr
    114122
Note: See TracChangeset for help on using the changeset viewer.