Changes in src/Concurrency/KeywordsNew.cpp [b2ecd48:37273c8]
- File:
-
- 1 edited
-
src/Concurrency/KeywordsNew.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Concurrency/KeywordsNew.cpp
rb2ecd48 r37273c8 482 482 location, 483 483 getter_name, 484 {}, // forall485 484 { this_decl }, // params 486 485 { ret_decl }, // returns … … 499 498 location, 500 499 "main", 501 {},502 500 { ast::deepCopy( this_decl ) }, 503 501 {}, … … 575 573 location, 576 574 "lock", 577 { /* forall */ },578 575 { 579 576 // Copy the declaration of this. … … 607 604 location, 608 605 "unlock", 609 { /* forall */ },610 606 { 611 607 // Last use, consume the declaration of this.
Note:
See TracChangeset
for help on using the changeset viewer.