Changeset 8edbe40 for src/Concurrency


Ignore:
Timestamp:
Apr 23, 2021, 4:26:52 PM (4 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
50f6afb
Parents:
aaf92de
Message:

SomeThreadCancelled -> ThreadCancelled: thread cancellations carry type information again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Concurrency/Keywords.cc

    raaf92de r8edbe40  
    501501                        vtable_decl->makeInst( move( poly_args ) ) );
    502502                declsToAddBefore.push_back( vtable_object );
    503                 declsToAddAfter.push_back(
     503                declsToAddBefore.push_back(
    504504                        new ObjectDecl(
    505505                                Virtual::concurrentDefaultVTableName(),
Note: See TracChangeset for help on using the changeset viewer.