Changeset 76f7fc7 for src/CodeGen/Options.h
- Timestamp:
- May 2, 2019, 1:57:05 PM (4 years ago)
- Branches:
- ADT, arm-eh, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 62ce290
- Parents:
- 3e96559
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/Options.h
r3e96559 r76f7fc7 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 15:52:00 201913 // Update Count : 112 // Last Modified On : Thr May 2 10:45:00 2019 13 // Update Count : 2 14 14 // 15 15 … … 25 25 26 26 // Internal Options: Changed on some recurisive calls. 27 bool inParameterList= false;27 bool anonymousUnused = false; 28 28 29 29 Options(bool pretty, bool genC, bool lineMarks, bool printExprTypes) :
Note: See TracChangeset
for help on using the changeset viewer.