[all-commits] [llvm/llvm-project] e7e17b: [OpenCL] opencl-c.h: use uint/ulong consistently
Sven van Haastregt via All-commits
all-commits at lists.llvm.org
Tue Feb 22 02:16:03 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e7e17b30d02d4f0035fef92850d529f16849c6f0
https://github.com/llvm/llvm-project/commit/e7e17b30d02d4f0035fef92850d529f16849c6f0
Author: Sven van Haastregt <sven.vanhaastregt at arm.com>
Date: 2022-02-22 (Tue, 22 Feb 2022)
Changed paths:
M clang/lib/Headers/opencl-c.h
Log Message:
-----------
[OpenCL] opencl-c.h: use uint/ulong consistently
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 Revision: https://reviews.llvm.org/D120032
More information about the All-commits
mailing list