Most places already seem to use the short spelling instead of
'unsigned int/long', so perform the following substitutions:
s/unsigned int /uint /g s/unsigned long /ulong /g
This simplifies completeness comparisons against OpenCLBuiltins.td.
Differential D120032
[OpenCL] opencl-c.h: use uint/ulong consistently ClosedPublic Authored by svenvh on Feb 17 2022, 3:06 AM.
Details
Summary Most places already seem to use the short spelling instead of s/unsigned int /uint /g s/unsigned long /ulong /g This simplifies completeness comparisons against OpenCLBuiltins.td.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 17 2022, 4:19 AM This revision was landed with ongoing or failed builds.Feb 22 2022, 2:15 AM Closed by commit rGe7e17b30d02d: [OpenCL] opencl-c.h: use uint/ulong consistently (authored by svenvh). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 410487 clang/lib/Headers/opencl-c.h
|