Emit warning for multiple access qualifiers if they do not conflict.
Patch by Alexey Bader
Paths
| Differential D51302
[OpenCL] Relax diagnostics on OpenCL access qualifiers ClosedPublic Authored by AlexeySachkov on Aug 27 2018, 7:07 AM.
Details Summary Emit warning for multiple access qualifiers if they do not conflict. Patch by Alexey Bader
Diff Detail Event TimelineComment Actions LGTM! Thanks!
This revision is now accepted and ready to land.Aug 28 2018, 9:32 AM Closed by commit rC341553: [OpenCL] Relax diagnostics on OpenCL access qualifiers (authored by asavonic). · Explain WhySep 6 2018, 8:14 AM Closed by commit rL341553: [OpenCL] Relax diagnostics on OpenCL access qualifiers (authored by asavonic). · Explain Why This revision was automatically updated to reflect the committed changes. This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 162670 lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaType.cpp
test/SemaOpenCL/access-qualifier.cl
|
Could we change one write_only to __write_only to increase test coverage.