Commit 969b765
committed
[OpenACC] Enable 'wait' for combined constructs
Once again a situation where the combined and compute do the exact same
thing as far as Sema/AST/etc is concerned, so this patch adds tests and
enables it.1 parent d668304 commit 969b765
File tree
4 files changed
+26
-17
lines changed- clang
- lib/Sema
- test
- AST
- SemaOpenACC
4 files changed
+26
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
984 | 984 | | |
985 | 985 | | |
986 | 986 | | |
987 | | - | |
988 | | - | |
989 | | - | |
990 | | - | |
| 987 | + | |
| 988 | + | |
| 989 | + | |
| 990 | + | |
| 991 | + | |
991 | 992 | | |
992 | 993 | | |
993 | 994 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
140 | 161 | | |
Lines changed: 0 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
199 | | - | |
200 | 198 | | |
201 | 199 | | |
202 | 200 | | |
| |||
354 | 352 | | |
355 | 353 | | |
356 | 354 | | |
357 | | - | |
358 | | - | |
359 | 355 | | |
360 | 356 | | |
361 | 357 | | |
| |||
514 | 510 | | |
515 | 511 | | |
516 | 512 | | |
517 | | - | |
518 | | - | |
519 | 513 | | |
520 | 514 | | |
521 | 515 | | |
| |||
673 | 667 | | |
674 | 668 | | |
675 | 669 | | |
676 | | - | |
677 | | - | |
678 | 670 | | |
679 | 671 | | |
680 | 672 | | |
| |||
836 | 828 | | |
837 | 829 | | |
838 | 830 | | |
839 | | - | |
840 | | - | |
841 | 831 | | |
842 | 832 | | |
843 | 833 | | |
| |||
1001 | 991 | | |
1002 | 992 | | |
1003 | 993 | | |
1004 | | - | |
1005 | | - | |
1006 | 994 | | |
1007 | 995 | | |
1008 | 996 | | |
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
222 | 221 | | |
223 | 222 | | |
224 | 223 | | |
0 commit comments