Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libc++] Implements the new version header generator. #97847

Merged
merged 1 commit into from
Aug 3, 2024

Commits on Jul 30, 2024

  1. [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.
    mordante committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    a149e39 View commit details
    Browse the repository at this point in the history