llvm-capstone/libcxx
Mark de Wever fb79f80bf6
[libc++][modules] Fixes clang-tidy exports. (#76288)
As suggested in #71438 we should use
  export import std;
in the std.compat module.

Using this exports some named declarations from functions and records,
adding them to the global namespace. Clang correctly does not export
these and it's an issue in the declaration filtering. Declarations in
function or record context are not considered a global named
declaration.
2024-01-17 08:27:00 +01:00
..
benchmarks [libc++] Implement ranges::contains (#65148) 2023-12-19 16:34:19 -08:00
cmake [libc++][modules] Removes module testing. (#76083) 2024-01-17 08:11:25 +01:00
docs [libc++][modules] Adds module testing. (#76246) 2024-01-17 08:15:18 +01:00
include [libc++] Clang-tidy enable modernize-use-nullptr. (#76659) 2024-01-17 08:22:43 +01:00
lib [libc++][Android] Add NDK ABI lists for i686 and x86_64 (#69272) 2024-01-12 13:00:16 -08:00
modules [libc++][modules] Removes module testing. (#76083) 2024-01-17 08:11:25 +01:00
src [libc++][print] Enables it on Apple backdeployment. (#76293) 2024-01-16 19:14:33 +01:00
test [libc++][modules] Fixes clang-tidy exports. (#76288) 2024-01-17 08:27:00 +01:00
utils [libc++][modules] Increase clang-tidy version used. (#76268) 2024-01-17 08:18:36 +01:00
.clang-format [libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095) 2023-12-04 10:25:14 -05:00
.clang-tidy [libc++] Clang-tidy enable modernize-use-nullptr. (#76659) 2024-01-17 08:22:43 +01:00
.gitignore
appveyor-reqs-install.cmd
appveyor.yml Remove lit's --summary flag from buildbots. 2023-08-31 14:23:51 -04:00
CMakeLists.txt [libc++][modules] Removes module testing. (#76083) 2024-01-17 08:11:25 +01:00
CREDITS.TXT [libcxx] Add mdspan/extents 2023-05-16 14:30:36 -07:00
LICENSE.TXT
TODO.TXT