Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/FunctionDecl.cc

    r4d4882a r2037f82  
    2121#include "Attribute.h"
    2222#include "Common/utility.h"
    23 #include "InitTweak/InitTweak.h"
    2423
    2524FunctionDecl::FunctionDecl( const std::string &name, DeclarationNode::StorageClass sc, LinkageSpec::Spec linkage, FunctionType *type, CompoundStmt *statements, bool isInline, bool isNoreturn, std::list< Attribute * > attributes )
Note: See TracChangeset for help on using the changeset viewer.