Changes in src/main.cc [e497c1d:7f5566b]
- File:
-
- 1 edited
-
src/main.cc (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
re497c1d r7f5566b 9 9 // Author : Richard C. Bilson 10 10 // Created On : Fri May 15 23:12:02 2015 11 // Last Modified By : Rob Schluntz12 // Last Modified On : T ue Jul 28 13:05:02201513 // Update Count : 1 6511 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Jul 30 15:36:41 2015 13 // Update Count : 146 14 14 // 15 15 … … 228 228 // add the assignment statement after the 229 229 // initialization of a type parameter 230 OPTPRINT( "tweak" ) 231 InitTweak::tweak( translationUnit ); 230 232 OPTPRINT( "validate" ) 231 233 SymTab::validate( translationUnit, symtabp ); … … 249 251 OPTPRINT( "fixNames" ) 250 252 CodeGen::fixNames( translationUnit ); 251 OPTPRINT( "tweak" )252 InitTweak::tweak( translationUnit );253 253 254 254 if ( libcfap ) { … … 339 339 340 340 printAll( decls, std::cout ); 341 deleteAll( translationUnit ); 341 342 } 342 343
Note:
See TracChangeset
for help on using the changeset viewer.