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.
Paths
| Differential D120470
[clang-tidy] Update tests to include opencl-c-base.h ClosedPublic Authored by svenvh on Feb 24 2022, 3:44 AM.
Details Summary After D120254 some clang-tidy tests started failing on release builds. clang-tidy has been using the -fdeclare-opencl-builtins functionality
Diff Detail Event TimelineHerald added subscribers: Naghasan, ldrumm, xazax.hun and 2 others. · View Herald TranscriptFeb 24 2022, 3:44 AM Comment 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. Closed by commit rGba18c360b2f3: [clang-tidy] Remove opencl-c.h inclusion from tests (authored by svenvh). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 411106 clang-tools-extra/test/clang-tidy/checkers/altera-id-dependent-backward-branch.cpp
clang-tools-extra/test/clang-tidy/checkers/altera-single-work-item-barrier.cpp
|