Changes in src/main.cc [76b378d:53d3ab4b]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
r76b378d r53d3ab4b 282 282 } // if 283 283 284 CodeTools::fillLocations( translationUnit );285 286 284 OPTPRINT( "resolve" ) 287 285 ResolvExpr::resolve( translationUnit ); … … 363 361 cerr << endl << "---End of AST, begin error message:---\n" << endl; 364 362 } // if 365 e.print( );363 e.print( cerr ); 366 364 if ( output != &cout ) { 367 365 delete output;
Note:
See TracChangeset
for help on using the changeset viewer.