Changeset 66f8528 for src/Parser/TypeData.h
- Timestamp:
- Dec 15, 2016, 5:16:42 PM (9 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:
- 43385ca, f7ff3fb
- Parents:
- 5802a4f (diff), 596f987b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/TypeData.h
r5802a4f r66f8528 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // TypeData.h -- 7 // TypeData.h -- 8 8 // 9 9 // Author : Rodolfo G. Esteves 10 10 // Created On : Sat May 16 15:18:36 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Oct 3 12:34:08201613 // Update Count : 14 212 // Last Modified On : Tue Dec 13 13:39:39 2016 13 // Update Count : 143 14 14 // 15 15 … … 74 74 DeclarationNode::Signedness signedness = DeclarationNode::NoSignedness; 75 75 DeclarationNode::Length length = DeclarationNode::NoLength; 76 DeclarationNode::BuiltinType builtintype = DeclarationNode::NoBuiltinType; 76 77 typedef std::bitset< DeclarationNode::NoQualifier > Qualifiers; 77 78 Qualifiers qualifiers; … … 110 111 TupleType * buildTuple( const TypeData * ); 111 112 TypeofType * buildTypeof( const TypeData * ); 112 Declaration * buildDecl( const TypeData *, const std::string &, DeclarationNode::StorageClass, Expression *, bool isInline, bool isNoreturn, LinkageSpec::Spec, Initializer * init = nullptr );113 Declaration * buildDecl( const TypeData *, const std::string &, DeclarationNode::StorageClass, Expression *, bool isInline, bool isNoreturn, LinkageSpec::Spec, ConstantExpr *asmName, Initializer * init = nullptr ); 113 114 FunctionType * buildFunction( const TypeData * ); 114 115
Note:
See TracChangeset
for help on using the changeset viewer.