Changeset c8f5f7d for src/Concurrency


Ignore:
Timestamp:
Jun 7, 2022, 1:33:36 PM (3 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
b6e0b61
Parents:
ac1aba4b
Message:

Translated Gen Waitfor, the waitfor statement works in the new ast.

Location:
src/Concurrency
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • src/Concurrency/Waitfor.cc

    rac1aba4b rc8f5f7d  
    5656                      |  |
    5757                      |  |
    58                             |  |
     58                      |  |
    5959                      |  |
    6060                      |  |
  • src/Concurrency/Waitfor.h

    rac1aba4b rc8f5f7d  
    1919
    2020class Declaration;
     21namespace ast {
     22        class TranslationUnit;
     23}
    2124
    2225namespace Concurrency {
    2326        void generateWaitFor( std::list< Declaration * > & translationUnit );
     27
     28void generateWaitFor( ast::TranslationUnit & translationUnit );
    2429};
    2530
  • src/Concurrency/module.mk

    rac1aba4b rc8f5f7d  
    1919        Concurrency/Keywords.cc \
    2020        Concurrency/Keywords.h \
     21        Concurrency/WaitforNew.cpp \
    2122        Concurrency/Waitfor.cc \
    2223        Concurrency/Waitfor.h
Note: See TracChangeset for help on using the changeset viewer.