Changes in src/main.cc [bcda04c:ef42b143]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
rbcda04c ref42b143 216 216 } // if 217 217 218 // OPTPRINT( "Concurrency" )219 // Concurrency::applyKeywords( translationUnit );220 221 218 // add the assignment statement after the initialization of a type parameter 222 219 OPTPRINT( "validate" ) … … 240 237 OPTPRINT( "mutate" ) 241 238 ControlStruct::mutate( translationUnit ); 239 OPTPRINT( "Concurrency" ) 240 Concurrency::applyKeywords( translationUnit ); 242 241 OPTPRINT( "fixNames" ) 243 242 CodeGen::fixNames( translationUnit );
Note:
See TracChangeset
for help on using the changeset viewer.