Changeset e15853c for src/ControlStruct
- Timestamp:
- Feb 14, 2019, 10:26:59 AM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 70a3e16, 85d44c6
- Parents:
- e782290
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/ExceptTranslate.cc
re782290 re15853c 10 10 // Created On : Wed Jun 14 16:49:00 2017 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Feb 8 09:33:31201913 // Update Count : 1 012 // Last Modified On : Wed Feb 13 18:15:29 2019 13 // Update Count : 11 14 14 // 15 15 … … 165 165 LinkageSpec::Cforall, 166 166 /*bitfieldWidth*/ NULL, 167 new BasicType( noQualifiers, BasicType:: _Bool ),167 new BasicType( noQualifiers, BasicType::Bool ), 168 168 /*init*/ NULL, 169 169 std::list<Attribute *>{ new Attribute( "unused" ) }
Note: See TracChangeset
for help on using the changeset viewer.