llvm-project/libcxx/utils
Petr Hosek bc4d3ca7bd [libcxx] Use integer division
In Python 3, math.floor returns int when both arguments are ints.
In Python 2, math.floor returns float. This leads to a failure
because the result of math.floor is used as an array index. While
Python 2 is on its way out, it's still used in some places so use
an integer division instead.

Differential Revision: https://reviews.llvm.org/D99520
2021-03-29 11:59:44 -07:00
..
ci [libc++] Add a CI configuration with static libc++/libc++abi 2021-03-24 16:30:48 -04:00
gdb/libcxx [libcxx] Use integer division 2021-03-29 11:59:44 -07:00
google-benchmark [benchmark] Replace references to M680x0 with M68k 2021-03-06 01:04:36 +00:00
libcxx [SystemZ][z/OS] exclude nasty_macros.h from check-cxx 2021-03-26 15:08:37 +00:00
symcheck-blacklists
cat_files.py Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
generate_abi_list.py generate_header_tests.py: Sort the header files ASCIIbetically. 2020-12-14 09:56:07 -05:00
generate_feature_test_macro_components.py [libc++] [C++2b] [P2162] Allow inheritance from std::variant. 2021-03-25 18:20:50 +01:00
generate_header_tests.py [libc++] Make LIBCXX_ENABLE_FILESYSTEM fully consistent 2021-01-19 14:15:48 -05:00
graph_header_deps.py [libc++] Simpler Python script for generating a graph of libc++'s header dependencies 2021-03-23 14:12:05 -04:00
merge_archives.py [libcxx] Don't pass -s to libtool 2020-09-28 14:50:09 -07:00
run.py [libcxx] [test] Pass some windows environment variables through to test processes 2021-03-02 22:39:14 +02:00
ssh.py [libcxx] [test] Quote env variables that are set with a shell "export" in ssh.py 2021-03-25 09:46:44 +02:00
sym_diff.py Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00