OpenMP: Don't include stdbool.h in builtin headers
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Sun, 18 Jun 2023 13:30:37 +0000 (09:30 -0400)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 26 Jun 2023 18:45:09 +0000 (14:45 -0400)
commitdee1f5b32c3a6a5694c3bb2fbf68d162447a5970
tree575a9ff5af412ec9604d6fef8fe938a1903fb608
parent53d28b2a71063b974ec058ced614d1c95d5584fe
OpenMP: Don't include stdbool.h in builtin headers

Pre-C99 didn't include bool, and C99 allows you to redefine true/false
apparently.
clang/lib/Headers/__clang_hip_libdevice_declares.h
clang/lib/Headers/openmp_wrappers/__clang_openmp_device_functions.h
clang/test/Headers/openmp-device-functions-bool.c [new file with mode: 0644]