[all-commits] [llvm/llvm-project] a149e3: [libc++] Implements the new version header generator.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Tue Jul 30 10:17:50 PDT 2024
Branch: refs/heads/users/mordante/version_header_generator
Home: https://github.com/llvm/llvm-project
Commit: a149e3919a5de7a43d933aa99c1cb6697e597d39
https://github.com/llvm/llvm-project/commit/a149e3919a5de7a43d933aa99c1cb6697e597d39
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2024-07-30 (Tue, 30 Jul 2024)
Changed paths:
A libcxx/test/libcxx/feature_test_macro/ftm_metadata.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