Commit 997fe7c
Sunil Kuravinakop
1) Claiming support for "dispatch" construct.
2) Changed comments in transformDispatchDirective() in SemaOpenMP.cpp
3) Adding checks in clang/test/OpenMP/dispatch_messages.cpp for
a) depend clause
b) nocontext, novariants & depend clauses occuring in the same line of dispatch construct.
4) Removing debugging statements (kept under #if 0 and #endif) in OMPContext.h.1 parent b83e0ba commit 997fe7c
File tree
4 files changed
+52
-9
lines changed- clang
- docs
- lib/Sema
- test/OpenMP
- llvm/include/llvm/Frontend/OpenMP
4 files changed
+52
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
| 317 | + | |
| 318 | + | |
317 | 319 | | |
318 | 320 | | |
319 | 321 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6142 | 6142 | | |
6143 | 6143 | | |
6144 | 6144 | | |
| 6145 | + | |
| 6146 | + | |
6145 | 6147 | | |
6146 | 6148 | | |
6147 | 6149 | | |
| |||
6150 | 6152 | | |
6151 | 6153 | | |
6152 | 6154 | | |
6153 | | - | |
| 6155 | + | |
6154 | 6156 | | |
6155 | 6157 | | |
6156 | 6158 | | |
| |||
6179 | 6181 | | |
6180 | 6182 | | |
6181 | 6183 | | |
| 6184 | + | |
| 6185 | + | |
6182 | 6186 | | |
6183 | 6187 | | |
6184 | 6188 | | |
6185 | 6189 | | |
6186 | 6190 | | |
6187 | | - | |
| 6191 | + | |
| 6192 | + | |
6188 | 6193 | | |
6189 | 6194 | | |
6190 | 6195 | | |
| |||
6215 | 6220 | | |
6216 | 6221 | | |
6217 | 6222 | | |
6218 | | - | |
| 6223 | + | |
6219 | 6224 | | |
6220 | 6225 | | |
6221 | 6226 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
67 | 109 | | |
68 | 110 | | |
69 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | 144 | | |
151 | 145 | | |
152 | 146 | | |
| |||
0 commit comments