Ignore:
Timestamp:
Aug 12, 2020, 12:18:47 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
7f66cec
Parents:
a77257be
Message:

Using new-ast now requires configuring with --enable-new-ast or compiling with -XCFA,--new-ast

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CompilationState.cc

    ra77257be r0ea0b8f  
    1414//
    1515
     16#include "config.h"
     17
    1618int
    1719        astp = false,
     
    2830        genproto = false,
    2931        deterministic_output = false,
    30         useNewAST = true,
     32        useNewAST = CFA_USE_NEW_AST,
    3133        nomainp = false,
    3234        parsep = false,
Note: See TracChangeset for help on using the changeset viewer.