[PATCH] D120032: [OpenCL] opencl-c.h: use uint/ulong consistently
Sven van Haastregt via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 17 03:06:36 PST 2022
svenvh created this revision.
svenvh added a reviewer: Anastasia.
svenvh added a project: clang.
Herald added subscribers: Naghasan, ldrumm, yaxunl.
svenvh requested review of this revision.
Herald added a subscriber: cfe-commits.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D120032
Files:
clang/lib/Headers/opencl-c.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120032.409566.patch
Type: text/x-patch
Size: 18752 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220217/57e25b06/attachment-0001.bin>
More information about the cfe-commits
mailing list