[all-commits] [llvm/llvm-project] 00cf2e: [libc++] Implements the new FTM header test genera...
Mark de Wever via All-commits
all-commits at lists.llvm.org
Sun Apr 6 08:03:26 PDT 2025
Branch: refs/heads/users/mordante/ftm/generate_header_tests
Home: https://github.com/llvm/llvm-project
Commit: 00cf2e7d9b6945ae738f1487e6f4dd9222e31b79
https://github.com/llvm/llvm-project/commit/00cf2e7d9b6945ae738f1487e6f4dd9222e31b79
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2025-04-06 (Sun, 06 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