[all-commits] [llvm/llvm-project] f40e7a: [libc++] Implements the new version header generator.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Fri Jul 5 10:43:49 PDT 2024
Branch: refs/heads/users/mordante/version_header_generator
Home: https://github.com/llvm/llvm-project
Commit: f40e7afa358082273df8f9f8b167cb12051b120a
https://github.com/llvm/llvm-project/commit/f40e7afa358082273df8f9f8b167cb12051b120a
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2024-07-05 (Fri, 05 Jul 2024)
Changed paths:
A libcxx/test/libcxx/feature_test_macro/ftm_meta_data.sh.py
M libcxx/test/libcxx/feature_test_macro/implemented_ftms.sh.py
M libcxx/test/libcxx/feature_test_macro/standard_ftms.sh.py
M libcxx/test/libcxx/feature_test_macro/test_data.json
A libcxx/test/libcxx/feature_test_macro/version_header.sh.py
A 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 version header generator.
The generator makes a few changes to the output
- removes the synopsis, it did not really show what was implemented
correctly.
- the output now is clang-format clean.
This code uses the new FTM data structure. Since the contents of this
structure are not up-to-date the code is only used in its tests.
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