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

Add a libclang-style C API and improve type safety #304

Closed
wants to merge 23 commits into from

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    132ae3a View commit details
    Browse the repository at this point in the history
  2. Fix clang-tidy

    Gnimuc committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    84af69c View commit details
    Browse the repository at this point in the history
  3. Remove structured bindings

    Gnimuc committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    c8af900 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eab6eb6 View commit details
    Browse the repository at this point in the history
  5. fix-up

    Gnimuc committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    7908b5d View commit details
    Browse the repository at this point in the history
  6. Apply clang-tidy suggestions

    Gnimuc committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    3afc55d View commit details
    Browse the repository at this point in the history
  7. CXQualTypeKind => CXTypeKind

    Gnimuc committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    1e61b09 View commit details
    Browse the repository at this point in the history
  8. Add some test examples

    Gnimuc committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    bcce36f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    23911bf View commit details
    Browse the repository at this point in the history
  10. Do not link to libclang

    Gnimuc committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    2f3e0c1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0bd100e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3160a20 View commit details
    Browse the repository at this point in the history
  13. Add tests for TypeReflection

    Gnimuc committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    e29df37 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5619845 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    73175c5 View commit details
    Browse the repository at this point in the history
  16. fix-up

    Gnimuc committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    2a3c103 View commit details
    Browse the repository at this point in the history
  17. misc. updates

    Gnimuc committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    5dd4bf2 View commit details
    Browse the repository at this point in the history
  18. fix-up

    Gnimuc committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    c15be21 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e3a9c8b View commit details
    Browse the repository at this point in the history
  20. fix-up

    Gnimuc committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    954fb38 View commit details
    Browse the repository at this point in the history
  21. Fix clang_construct

    Gnimuc committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    fd55002 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    98515e2 View commit details
    Browse the repository at this point in the history
  23. fix-up

    Gnimuc committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    8d79c1a View commit details
    Browse the repository at this point in the history