Changes in src/InitTweak/InitTweak.h [4d4882a:dcd73d1]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/InitTweak.h
r4d4882a rdcd73d1 40 40 /// True if the Initializer contains designations 41 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 ); 42 46 43 47 /// Non-Null if expr is a call expression whose target function is intrinsic
Note:
See TracChangeset
for help on using the changeset viewer.