diff options
author | Anastasia Stulova <anastasia.stulova@arm.com> | 2016-03-03 13:33:19 +0000 |
---|---|---|
committer | Anastasia Stulova <anastasia.stulova@arm.com> | 2016-03-03 13:33:19 +0000 |
commit | 1f95cc097c2b5290ab050cdf64f2ac0dd78ef015 (patch) | |
tree | 0fe8b5da9bb56623d846c51e7d8e461178820de4 /lldb/packages/Python/lldbsuite/test/python_api/signals/TestSignalsAPI.py | |
parent | f4336ac9eb889739644724ff5f6152d5ac663fad (diff) | |
download | bcm5719-llvm-1f95cc097c2b5290ab050cdf64f2ac0dd78ef015.tar.gz bcm5719-llvm-1f95cc097c2b5290ab050cdf64f2ac0dd78ef015.zip |
[OpenCL] Apply missing restrictions for Blocks in OpenCL v2.0
Applying the following restrictions for block types in OpenCL (v2.0 s6.12.5):
- __block storage class is disallowed
- every block declaration must be const qualified and initialized
- a block can't be used as a return type of a function
- a blocks can't be used to declare a structure or union field
- extern speficier is disallowed
Corrected image and sampler types diagnostics with struct and unions.
Review: http://reviews.llvm.org/D16928
llvm-svn: 262616
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/signals/TestSignalsAPI.py')
0 files changed, 0 insertions, 0 deletions