Changeset 70a1c3ae for src/CodeGen/CodeGenerator.h
- Timestamp:
- Jan 29, 2019, 4:09:59 PM (6 years ago)
- Branches:
- no_list
- Children:
- bee0694
- Parents:
- ede87c6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/CodeGenerator.h
rede87c6 r70a1c3ae 118 118 void postvisit( ImplicitCtorDtorStmt * ); 119 119 120 void genAttributes( std:: list< Attribute * > & attributes );120 void genAttributes( std::vector< Attribute * > & attributes ); 121 121 122 122 template< class Iterator > void genCommaList( Iterator begin, Iterator end );
Note: See TracChangeset
for help on using the changeset viewer.