Details
Diff Detail
Event Timeline
Btw, Spec v2.0 s6.9.p seems to mention other types as well!
lib/Sema/SemaDecl.cpp | ||
---|---|---|
5923 |
I see that we already have many more scattered all over in this functions. Perhaps some cleanup would be nice at some point. :)
is needed?
| |
test/SemaOpenCL/invalid-pipes-cl2.0.cl | ||
3 | Variable names appear inconsistent with the rest. :) | |
27 | this seems to be tested in test/SemaOpenCL/access-qualifier.cl |
LGTM! Thanks! Please, address the small nitpick before committing.
lib/Sema/SemaDecl.cpp | ||
---|---|---|
5974 | OpenCL 1.2 spec, p6.9 r -> OpenCL v1.2 s6.9.r |
I see that we already have many more scattered all over in this functions. Perhaps some cleanup would be nice at some point. :)
is needed?