diff options
author | A. Jiang <de34@live.cn> | 2025-10-09 17:57:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-09 17:57:59 +0800 |
commit | d6d5026b5107b940d7a7853ab16480f83c14384d (patch) | |
tree | 2a80295611cebd9e9219f86f4031d315bd984b86 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 6d905e41bc82f1a6ae88484a700099fbe26460b6 (diff) | |
download | llvm-d6d5026b5107b940d7a7853ab16480f83c14384d.zip llvm-d6d5026b5107b940d7a7853ab16480f83c14384d.tar.gz llvm-d6d5026b5107b940d7a7853ab16480f83c14384d.tar.bz2 |
[libc++] Avoid transitive inclusion for `<__algorithm/find.h>` (#162508)
Currently, `size_t` and `__libcpp_is_constant_evaluated` are obtained by
transitive inclusion in `<__algorithm/find.h>` when `<cwchar>` is not
included. This broke module build when `_LIBCPP_HAS_WIDE_CHARACTERS` is
`1` and caused CI failure. We should explicitly include the
corresponding internal headers.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions