Changes in src/InitTweak/InitTweak.h [79970ed:dcd73d1]
- File:
-
- 1 edited
-
src/InitTweak/InitTweak.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/InitTweak.h
r79970ed rdcd73d1 30 30 bool isCtorDtor( const std::string & ); 31 31 32 FunctionDecl * isCopyConstructor( Declaration * decl ); 33 32 34 /// transform Initializer into an argument list that can be passed to a call expression 33 35 std::list< Expression * > makeInitList( Initializer * init ); … … 38 40 /// True if the Initializer contains designations 39 41 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 ); 40 46 41 47 /// Non-Null if expr is a call expression whose target function is intrinsic
Note:
See TracChangeset
for help on using the changeset viewer.