Changeset f841241 for src/Parser/TypeData.h
- Timestamp:
- Mar 15, 2017, 11:23:48 AM (8 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:
- 9243cc91, ecc7752
- Parents:
- 3831b58 (diff), e61a35e (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
r3831b58 rf841241 10 10 // Created On : Sat May 16 15:18:36 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Mar 8 22:28:33201713 // Update Count : 1 7412 // Last Modified On : Tue Mar 14 16:51:26 2017 13 // Update Count : 181 14 14 // 15 15 16 16 #ifndef TYPEDATA_H 17 17 #define TYPEDATA_H 18 19 #include <bitset>20 18 21 19 #include "ParseNode.h" … … 77 75 DeclarationNode::BuiltinType builtintype = DeclarationNode::NoBuiltinType; 78 76 79 typedef std::bitset< DeclarationNode::NoTypeQualifier > TypeQualifiers; 80 TypeQualifiers typeQualifiers; 77 DeclarationNode::TypeQualifiers typeQualifiers; 81 78 DeclarationNode * forall; 82 79
Note: See TracChangeset
for help on using the changeset viewer.