Changeset 4810867 for src/main.cc


Ignore:
Timestamp:
May 9, 2017, 2:17:55 PM (7 years ago)
Author:
ajbeach <ajbeach@…>
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:
6e300d9, bc934cdf
Parents:
f408e1a
Message:

Added basic line directives to code generation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    rf408e1a r4810867  
    3737#include "CodeGen/FixMain.h"
    3838#include "CodeTools/DeclStats.h"
     39#include "CodeTools/TrackLoc.h"
    3940#include "ControlStruct/Mutate.h"
    4041#include "SymTab/Validate.h"
     
    308309                } // if
    309310
     311                CodeTools::fillLocations( translationUnit );
    310312                CodeGen::generate( translationUnit, *output, ! noprotop, prettycodegenp, true );
    311313
Note: See TracChangeset for help on using the changeset viewer.