Changeset da09ba1 for src/CodeGen/Options.h
- Timestamp:
- May 1, 2019, 5:01:29 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 3e96559
- Parents:
- 5157ba7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/Options.h
r5157ba7 rda09ba1 10 10 // Created On : Tue Apr 30 11:36:00 2019 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : Wed May 1 09:51:00 201913 // Update Count : 012 // Last Modified On : Wed May 1 15:52:00 2019 13 // Update Count : 1 14 14 // 15 15 … … 24 24 bool printExprTypes; 25 25 26 // Internal Options: Changed on some recurisive calls. 27 bool inParameterList = false; 28 26 29 Options(bool pretty, bool genC, bool lineMarks, bool printExprTypes) : 27 30 pretty(pretty), genC(genC), lineMarks(lineMarks), printExprTypes(printExprTypes)
Note: See TracChangeset
for help on using the changeset viewer.