Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/InitTweak.h

    r79970ed rdcd73d1  
    3030        bool isCtorDtor( const std::string & );
    3131
     32        FunctionDecl * isCopyConstructor( Declaration * decl );
     33
    3234        /// transform Initializer into an argument list that can be passed to a call expression
    3335        std::list< Expression * > makeInitList( Initializer * init );
     
    3840        /// True if the Initializer contains designations
    3941        bool isDesignated( Initializer * init );
     42
     43        /// True if the ObjectDecl's Initializer nesting level is not deeper than the depth of its
     44        /// type, where the depth of its type is the number of nested ArrayTypes + 1
     45        bool checkInitDepth( ObjectDecl * objDecl );
    4046
    4147  /// Non-Null if expr is a call expression whose target function is intrinsic
Note: See TracChangeset for help on using the changeset viewer.