Changeset aac99da for src/InitTweak/FixInit.cc
- Timestamp:
- Feb 11, 2019, 8:30:38 AM (4 years ago)
- Branches:
- aaron-thesis, arm-eh, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 0e66857
- Parents:
- d9f0ed4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/FixInit.cc
rd9f0ed4 raac99da 10 10 // Created On : Wed Jan 13 16:29:30 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Jun 21 17:35:05 201713 // Update Count : 7 412 // Last Modified On : Fri Feb 8 09:35:34 2019 13 // Update Count : 75 14 14 // 15 15 #include "FixInit.h" … … 762 762 763 763 // static bool __objName_uninitialized = true 764 BasicType * boolType = new BasicType( Type::Qualifiers(), BasicType:: Bool );764 BasicType * boolType = new BasicType( Type::Qualifiers(), BasicType::_Bool ); 765 765 SingleInit * boolInitExpr = new SingleInit( new ConstantExpr( Constant::from_int( 1 ) ) ); 766 766 ObjectDecl * isUninitializedVar = new ObjectDecl( objDecl->get_mangleName() + "_uninitialized", Type::StorageClasses( Type::Static ), LinkageSpec::Cforall, 0, boolType, boolInitExpr );
Note: See TracChangeset
for help on using the changeset viewer.