Changes in src/main.cc [09f34a84:7fffb1b]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
r09f34a84 r7fffb1b 10 10 // Created On : Fri May 15 23:12:02 2015 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : Thu Sep 15 13:58:00 202213 // Update Count : 67 812 // Last Modified On : Wed Oct 5 12:06:00 2022 13 // Update Count : 679 14 14 // 15 15 … … 444 444 445 445 PASS( "Instantiate Generics", GenPoly::instantiateGeneric( transUnit ) ); 446 if ( genericsp ) { 447 dump( std::move( transUnit ) ); 448 return EXIT_SUCCESS; 449 } // if 450 451 PASS( "Convert L-Value", GenPoly::convertLvalue( transUnit ) ); 446 452 447 453 translationUnit = convert( std::move( transUnit ) ); 448 449 if ( genericsp ) {450 dump( translationUnit );451 return EXIT_SUCCESS;452 } // if453 454 PASS( "Convert L-Value", GenPoly::convertLvalue( translationUnit ) );455 454 456 455 if ( bboxp ) {
Note:
See TracChangeset
for help on using the changeset viewer.