Changeset 13932f14 for src/main.cc


Ignore:
Timestamp:
May 31, 2017, 2:18:14 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
5d88a0a
Parents:
eb0951d0
Message:

Added the new PassVisitor? to simplify visiting all the nodes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    reb0951d0 r13932f14  
    317317                } // if
    318318
    319                 CodeTools::fillLocations( translationUnit );
     319                CodeTools::fillLocations( translationUnit, 2 );
    320320                CodeGen::generate( translationUnit, *output, ! noprotop, prettycodegenp, true, ! nolinemarks );
    321321
Note: See TracChangeset for help on using the changeset viewer.