Changeset 32a2a99 for src/SynTree/Declaration.h
- Timestamp:
- Aug 30, 2016, 4:25:55 PM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, 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:
- 90e2334, fa463f1
- Parents:
- a2a8d2a6 (diff), ced2e989 (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/SynTree/Declaration.h
ra2a8d2a6 r32a2a99 153 153 public: 154 154 NamedTypeDecl( const std::string &name, DeclarationNode::StorageClass sc, Type *type ); 155 NamedTypeDecl( const TypeDecl &other );155 NamedTypeDecl( const NamedTypeDecl &other ); 156 156 virtual ~NamedTypeDecl(); 157 157
Note:
See TracChangeset
for help on using the changeset viewer.