Ignore:
Timestamp:
Jul 24, 2019, 6:47:41 PM (5 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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:
a92a4fe
Parents:
83b52f1
git-author:
Peter A. Buhr <pabuhr@…> (07/24/19 18:46:00)
git-committer:
Peter A. Buhr <pabuhr@…> (07/24/19 18:47:41)
Message:

patch sizeof evaluation problem temporarily, and make parameters constant

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/utility.h

    r83b52f1 r77d2432  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun May  6 22:24:16 2018
    13 // Update Count     : 40
     12// Last Modified On : Wed Jul 24 14:28:19 2019
     13// Update Count     : 41
    1414//
    1515
     
    483483// -----------------------------------------------------------------------------
    484484/// evaluates expr as a long long int. If second is false, expr could not be evaluated
    485 std::pair<long long int, bool> eval(Expression * expr);
     485std::pair<long long int, bool> eval(const Expression * expr);
    486486
    487487namespace ast {
Note: See TracChangeset for help on using the changeset viewer.