[all-commits] [llvm/llvm-project] 89b8b4: [OpenCL] Tidy up OpenCLBuiltins.td
Sven van Haastregt via All-commits
all-commits at lists.llvm.org
Tue Feb 4 02:57:26 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 89b8b42184745ee31992275194b925b1b1e3d5b6
https://github.com/llvm/llvm-project/commit/89b8b42184745ee31992275194b925b1b1e3d5b6
Author: Sven van Haastregt <sven.vanhaastregt at arm.com>
Date: 2020-02-04 (Tue, 04 Feb 2020)
Changed paths:
M clang/lib/Sema/OpenCLBuiltins.td
Log Message:
-----------
[OpenCL] Tidy up OpenCLBuiltins.td
Align `Type` names to their actual OpenCL C type names, such that we
can print OpenCL C types from TableGen. This is particularly helpful
for completeness comparisons with `opencl-c.h`.
Drop the "Name" field from `TypeList`, as it is unused.
Minor formatting changes.
More information about the All-commits
mailing list