Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Concurrency/KeywordsNew.cpp

    r37273c8 rb2ecd48  
    482482                location,
    483483                getter_name,
     484                {}, // forall
    484485                { this_decl }, // params
    485486                { ret_decl }, // returns
     
    498499                        location,
    499500                        "main",
     501                        {},
    500502                        { ast::deepCopy( this_decl ) },
    501503                        {},
     
    573575                location,
    574576                "lock",
     577                { /* forall */ },
    575578                {
    576579                        // Copy the declaration of this.
     
    604607                location,
    605608                "unlock",
     609                { /* forall */ },
    606610                {
    607611                        // Last use, consume the declaration of this.
Note: See TracChangeset for help on using the changeset viewer.