Changeset 6f096d2 for src/AST


Ignore:
Timestamp:
Jul 12, 2019, 4:34:56 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
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:
e3d7f9f
Parents:
8fd52e90
Message:

Resolver now uses constant interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Expr.hpp

    r8fd52e90 r6f096d2  
    114114                        case Params: assertf(false, "Cannot return to resnSlots from Params"); abort();
    115115                        }
     116                        assertf(false, "unreachable");
    116117                }
    117118
Note: See TracChangeset for help on using the changeset viewer.