Changes in src/main.cc [00da199:1f68d5d]
- File:
-
- 1 edited
-
src/main.cc (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
r00da199 r1f68d5d 9 9 // Author : Peter Buhr and Rob Schluntz 10 10 // Created On : Fri May 15 23:12:02 2015 11 // Last Modified By : Henry Xue12 // Last Modified On : Tue Jul 20 04:27:35202113 // Update Count : 65 811 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sat Mar 6 15:49:00 2021 13 // Update Count : 656 14 14 // 15 15 … … 49 49 #include "Common/utility.h" // for deleteAll, filter, printAll 50 50 #include "Concurrency/Waitfor.h" // for generateWaitfor 51 #include "ControlStruct/ExceptDecl.h" // for translateExcept52 51 #include "ControlStruct/ExceptTranslate.h" // for translateEHM 53 52 #include "ControlStruct/Mutate.h" // for mutate … … 306 305 CodeTools::fillLocations( translationUnit ); 307 306 Stats::Time::StopBlock(); 308 309 PASS( "Translate Exception Declarations", ControlStruct::translateExcept( translationUnit ) );310 if ( exdeclp ) {311 dump( translationUnit );312 return EXIT_SUCCESS;313 } // if314 307 315 308 // add the assignment statement after the initialization of a type parameter … … 556 549 // code dumps 557 550 { "ast", astp, true, "print AST after parsing" }, 558 { "exdecl", exdeclp, true, "print AST after translating exception decls" },559 551 { "symevt", symtabp, true, "print AST after symbol table events" }, 560 552 { "altexpr", expraltp, true, "print alternatives for expressions" },
Note:
See TracChangeset
for help on using the changeset viewer.