diff options
author | Fraser Cormack <fraser@codeplay.com> | 2025-02-26 12:11:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-26 12:11:26 +0000 |
commit | 5f4d1f74004d3e4699b5c8b05edd2050f8456ee8 (patch) | |
tree | e11d014c4af71c4fb11617ee04447267e3d8a6fe /libcxx/include/__algorithm/generate.h | |
parent | 900220d444257633cc7d1be1475d4da1be58e0ed (diff) | |
download | llvm-5f4d1f74004d3e4699b5c8b05edd2050f8456ee8.zip llvm-5f4d1f74004d3e4699b5c8b05edd2050f8456ee8.tar.gz llvm-5f4d1f74004d3e4699b5c8b05edd2050f8456ee8.tar.bz2 |
[libclc] Make CLC library warning-free (#128864)
There is a long-standing workaround in the libclc build system that
silences a warning about the use of parentheses in bitwise conditional
operations.
In an effort to remove this workaround, this commit re-enables the
warning on the internal CLC library, where most of the bodies of the
builtins will eventually be defined. Thus as we move builtin
implementations into this library, the warnings will trigger and we can
clean up the codebase as we go.
As it happens the only instance in the CLC library which triggered the
warning was in __clc_ldexp.
Diffstat (limited to 'libcxx/include/__algorithm/generate.h')
0 files changed, 0 insertions, 0 deletions