Changeset 3cc1111 for src/Concurrency


Ignore:
Timestamp:
Nov 24, 2021, 3:16:15 PM (2 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
Children:
0351e9f, 7770cc8
Parents:
2514f68b
Message:

Small fix in Decl.hpp and a new-ast function added in InitTweak?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Concurrency/Keywords.cc

    r2514f68b r3cc1111  
    979979                        // If this is the destructor for a monitor it must be mutex
    980980                        if(isDtor) {
     981                                // This reflects MutexKeyword::validate, except does not produce an error.
    981982                                Type* ty = decl->get_functionType()->get_parameters().front()->get_type();
    982983
Note: See TracChangeset for help on using the changeset viewer.