mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-11 17:08:42 +00:00
127c390fc4
This simplifies the IWYU generation script by treating everything as a file, instead of dealing with directories and files separately. This has the downside that the `libcxx.imp` file is a lot larger than it used to be, however we now have the flexibility of mapping files under detail directories to different public headers. For example, this allows us to map <__fwd/subrange.h> to <ranges> but <__fwd/pair.h> to <utility>. This patch also adds basic validation to ensure that we never map a header to a public header that doesn't exist. We may still be missing some mappings or we may be mapping to incorrect headers, but we won't be mapping to headers that downright don't exist. Fixes #63346 |
||
---|---|---|
.. | ||
ci | ||
data/unicode | ||
gdb/libcxx | ||
libcxx | ||
symcheck-blacklists | ||
adb_run.py | ||
cat_files.py | ||
clang-format-merge-driver.sh | ||
CMakeLists.txt | ||
generate_abi_list.py | ||
generate_escaped_output_table.py | ||
generate_extended_grapheme_cluster_table.py | ||
generate_extended_grapheme_cluster_test.py | ||
generate_feature_test_macro_components.py | ||
generate_iwyu_mapping.py | ||
generate_libcxx_cppm_in.py | ||
generate_std_clang_module_header.py | ||
generate_width_estimation_table.py | ||
graph_header_deps.py | ||
libcxx-lit | ||
qemu_baremetal.py | ||
run.py | ||
ssh.py | ||
sym_diff.py | ||
zos_rename_dll_side_deck.sh |