Changeset 7ca84116 for src/SynTree/FunctionDecl.cc
- Timestamp:
- Sep 27, 2017, 3:52:12 PM (8 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- a4477db
- Parents:
- 7c3f3be
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/FunctionDecl.cc
r7c3f3be r7ca84116 44 44 delete type; 45 45 delete statements; 46 } 47 48 FunctionDecl * FunctionDecl::newFunction( const std::string & name, FunctionType * type, CompoundStmt * statements ) { 49 return new FunctionDecl( name, Type::StorageClasses(), LinkageSpec::C, type, statements ); 46 50 } 47 51
Note: See TracChangeset
for help on using the changeset viewer.