Ignore:
Timestamp:
May 16, 2019, 6:46:51 PM (5 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
246c245
Parents:
f3cc5b6
Message:

Finished porting AST::Expr subclasses

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/InitTweak.h

    rf3cc5b6 r9b4f329  
    8181        /// returns the argument to a call expression in position N indexed from 0
    8282        Expression *& getCallArg( Expression * callExpr, unsigned int pos );
     83        const ast::Expr * getCallArg( const ast::Expr * call, unsigned pos );
    8384
    8485        /// returns the base type of a PointerType or ArrayType, else returns NULL
Note: See TracChangeset for help on using the changeset viewer.