Changes in src/InitTweak/InitTweak.h [dcd73d1:79970ed]
- File:
-
- 1 edited
-
src/InitTweak/InitTweak.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/InitTweak.h
rdcd73d1 r79970ed 30 30 bool isCtorDtor( const std::string & ); 31 31 32 FunctionDecl * isCopyConstructor( Declaration * decl );33 34 32 /// transform Initializer into an argument list that can be passed to a call expression 35 33 std::list< Expression * > makeInitList( Initializer * init ); … … 40 38 /// True if the Initializer contains designations 41 39 bool isDesignated( Initializer * init ); 42 43 /// True if the ObjectDecl's Initializer nesting level is not deeper than the depth of its44 /// type, where the depth of its type is the number of nested ArrayTypes + 145 bool checkInitDepth( ObjectDecl * objDecl );46 40 47 41 /// Non-Null if expr is a call expression whose target function is intrinsic
Note:
See TracChangeset
for help on using the changeset viewer.