[all-commits] [llvm/llvm-project] da8270: [libc++] Implements the new FTM header test genera...
Mark de Wever via All-commits
all-commits at lists.llvm.org
Sat Apr 12 06:04:57 PDT 2025
Branch: refs/heads/users/mordante/ftm/generate_header_tests
Home: https://github.com/llvm/llvm-project
Commit: da82709c62cac89e7ac08244dc3d20a866598018
https://github.com/llvm/llvm-project/commit/da82709c62cac89e7ac08244dc3d20a866598018
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2025-04-12 (Sat, 12 Apr 2025)
Changed paths:
M libcxx/test/libcxx/feature_test_macro/ftm_metadata.sh.py
A libcxx/test/libcxx/feature_test_macro/generate_header_test.sh.py
M libcxx/test/libcxx/feature_test_macro/implemented_ftms.sh.py
A libcxx/test/libcxx/feature_test_macro/implemented_standard_library_headers.sh.py
M libcxx/test/libcxx/feature_test_macro/standard_ftms.sh.py
A libcxx/test/libcxx/feature_test_macro/standard_library_headers.sh.py
M libcxx/test/libcxx/feature_test_macro/test_data.json
M libcxx/test/libcxx/feature_test_macro/version_header.sh.py
M libcxx/test/libcxx/feature_test_macro/version_header_implementation.sh.py
M libcxx/utils/generate_feature_test_macro_components.py
Log Message:
-----------
[libc++] Implements the new FTM header test generator.
This generator has almost identical output to the existing script.
Notable differences are
- conditionally include not yet implemented headers
- removes the synopsis
- uses 2 spaces indent in `# if`
There are a few more test macros added that triggered bugs in existing
FTM.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list