Changeset 3ed994e for src/SynTree
- Timestamp:
- May 29, 2018, 2:02:47 PM (7 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, with_gc
- Children:
- 96812c0
- Parents:
- d807ca28
- git-author:
- Rob Schluntz <rschlunt@…> (05/29/18 12:29:01)
- git-committer:
- Rob Schluntz <rschlunt@…> (05/29/18 14:02:47)
- Location:
- src/SynTree
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Declaration.cc
rd807ca28 r3ed994e 104 104 } 105 105 106 106 107 // Local Variables: // 107 108 // tab-width: 4 // -
src/SynTree/Declaration.h
rd807ca28 r3ed994e 84 84 Expression *asmName; 85 85 std::list< Attribute * > attributes; 86 bool isDeleted = false; 86 87 87 88 DeclarationWithType( const std::string &name, Type::StorageClasses scs, LinkageSpec::Spec linkage, const std::list< Attribute * > & attributes, Type::FuncSpecifiers fs );
Note: See TracChangeset
for help on using the changeset viewer.