Commit 131c8f8
authored
[OpenMP] Fix crash with invalid size expression (llvm#139745)
We weren't correctly handling size expressions with errors before trying
to get the type of the size expression.
No release note needed because support for 'stripe' was added to the
current release.
Fixes llvm#1394331 parent 23f6358 commit 131c8f8
2 files changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14551 | 14551 | | |
14552 | 14552 | | |
14553 | 14553 | | |
14554 | | - | |
| 14554 | + | |
| 14555 | + | |
| 14556 | + | |
| 14557 | + | |
14555 | 14558 | | |
14556 | 14559 | | |
14557 | 14560 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
0 commit comments