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

[libcxx] Unifying __is_trivial_equality_predicate and __is_trivial_plus_operation into __desugars_to #68642

Merged
merged 14 commits into from
Nov 23, 2023

Commits on Nov 21, 2023

  1. Merged __is_trivial_equality_predicate and __is_trivial_plus_operatio…

    …n into __desugars_to
    AntonRydahl authored and ldionne committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    118a293 View commit details
    Browse the repository at this point in the history
  2. Resolving suggested changes

    AntonRydahl authored and ldionne committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    23485d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    771977d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5fbb876 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf21f4c View commit details
    Browse the repository at this point in the history
  6. Update string reduction commit

    AntonRydahl authored and ldionne committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    144578e View commit details
    Browse the repository at this point in the history
  7. Clang-formatted test

    AntonRydahl authored and ldionne committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    54883a8 View commit details
    Browse the repository at this point in the history
  8. Added #include<string> in new test

    AntonRydahl authored and ldionne committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    e90bb81 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    22b0e28 View commit details
    Browse the repository at this point in the history
  10. Imported numeric in test

    AntonRydahl authored and ldionne committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    51c9fb4 View commit details
    Browse the repository at this point in the history
  11. Fixing C++ build bot

    AntonRydahl authored and ldionne committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    076cac9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3ad3b32 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    56dbdd3 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Fixup a few things. In particular I removed the test since I don't th…

    …ink it was testing anything new, and in fact I failed to write a reproducer for the transform_reduce _UnaryResult thing.
    ldionne committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    bd62875 View commit details
    Browse the repository at this point in the history