Changeset 35b1bf4 for src/CodeGen/Generate.h
- Timestamp:
- Feb 8, 2017, 9:09:39 AM (7 years ago)
- 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:
- 52c14b3
- Parents:
- fe26fbf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/Generate.h
rfe26fbf r35b1bf4 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // Generate.h -- 7 // Generate.h -- 8 8 // 9 9 // Author : Richard C. Bilson … … 24 24 namespace CodeGen { 25 25 /// Generates code 26 void generate( std::list< Declaration* > translationUnit, std::ostream &os, bool doIntrinsics );26 void generate( std::list< Declaration* > translationUnit, std::ostream &os, bool doIntrinsics, bool pretty ); 27 27 } // namespace CodeGen 28 28
Note: See TracChangeset
for help on using the changeset viewer.