| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
The compiler may generate incorrect code if we try to capture the
variable in clause parsing mode.
llvm-svn: 320590
|
| |
|
|
|
|
|
|
|
|
| |
spaces.
Though it is incorrect from point of view of OpenMP standard to have
dependent iteration space in OpenMP loops, compiler should not crash.
Patch fixes this problem.
llvm-svn: 319700
|
|
|
https://reviews.llvm.org/D28243
The regression test was missing from the previous already accepted patch.
llvm-svn: 294026
|