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