After D120254 some clang-tidy tests started failing on release builds.
clang-tidy has been using the -fdeclare-opencl-builtins functionality
since this became the default in clang, so there is no need to include
opencl-c.h.
Differential D120470
[clang-tidy] Update tests to include opencl-c-base.h svenvh on Feb 24 2022, 3:44 AM. Authored by
Details After D120254 some clang-tidy tests started failing on release builds. clang-tidy has been using the -fdeclare-opencl-builtins functionality
Diff Detail
Event TimelineComment Actions Since this is a simple test update I'll commit this now (before code review), to get affected CI back to green. Please let me know if there are any post-commit concerns. |