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

Support for LLVM 15 and opaque pointers #326

Merged
merged 17 commits into from
Mar 22, 2023
Merged

Commits on Mar 21, 2023

  1. Initial fixes

    gbaraldi authored and maleadt committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    c1bb4f1 View commit details
    Browse the repository at this point in the history
  2. Update header to llvm15

    gbaraldi authored and maleadt committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    6cc5af8 View commit details
    Browse the repository at this point in the history
  3. Even more fixes

    gbaraldi authored and maleadt committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    2f897a3 View commit details
    Browse the repository at this point in the history
  4. Remove has_opaque_ptr

    gbaraldi authored and maleadt committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    8dd6f56 View commit details
    Browse the repository at this point in the history
  5. Whitespace changes

    gbaraldi authored and maleadt committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    3952cd0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c207355 View commit details
    Browse the repository at this point in the history
  7. Actually wrap the context

    gbaraldi authored and maleadt committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    85e9fe6 View commit details
    Browse the repository at this point in the history
  8. Thanks I hate compat bounds

    gbaraldi authored and maleadt committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    8eb01ea View commit details
    Browse the repository at this point in the history
  9. Fix some nits

    gbaraldi authored and maleadt committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    4ce6bd3 View commit details
    Browse the repository at this point in the history
  10. Whitespace [skip ci]

    gbaraldi authored and maleadt committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    d36a547 View commit details
    Browse the repository at this point in the history
  11. Change name of function

    gbaraldi authored and maleadt committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    618f958 View commit details
    Browse the repository at this point in the history
  12. Also test the LLVM 15 PR.

    maleadt committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    7314dbf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7ce6f66 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    a5e179f View commit details
    Browse the repository at this point in the history
  2. Small clean-ups.

    maleadt committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    507b23b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1445d3c View commit details
    Browse the repository at this point in the history
  4. Silence test warning.

    maleadt committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    72b30e7 View commit details
    Browse the repository at this point in the history