Changes in src/Common/PassVisitor.proto.h [02fdb8e:4990812]
- File:
-
- 1 edited
-
src/Common/PassVisitor.proto.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/PassVisitor.proto.h
r02fdb8e r4990812 165 165 static inline type * name##_impl( __attribute__((unused)) pass_type& pass, __attribute__((unused)) long unused ) { return nullptr;} \ 166 166 167 FIELD_PTR( constTypeSubstitution *, env )167 FIELD_PTR( TypeSubstitution *, env ) 168 168 FIELD_PTR( std::list< Statement* >, stmtsToAddBefore ) 169 169 FIELD_PTR( std::list< Statement* >, stmtsToAddAfter )
Note:
See TracChangeset
for help on using the changeset viewer.