Changeset a16764a for src/Concurrency/Waitfor.cc
- Timestamp:
- Feb 28, 2018, 4:48:22 PM (4 years ago)
- Branches:
- aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, resolv-new, with_gc
- Children:
- 446ffa3
- Parents:
- 6a8df56
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Concurrency/Waitfor.cc
r6a8df56 ra16764a 250 250 Statement * GenerateWaitForPass::postmutate( WaitForStmt * waitfor ) { 251 251 if( !decl_monitor || !decl_acceptable || !decl_mask ) 252 throwSemanticError( waitfor, "waitfor keyword requires monitors to be in scope, add #include <monitor>" );252 SemanticError( waitfor, "waitfor keyword requires monitors to be in scope, add #include <monitor>" ); 253 253 254 254 CompoundStmt * stmt = new CompoundStmt();
Note: See TracChangeset
for help on using the changeset viewer.