[all-commits] [llvm/llvm-project] 82a9cb: [libclang/python] Ensure all used library function...

Jannick Kremer via All-commits all-commits at lists.llvm.org
Fri May 16 01:04:13 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 82a9cb358b4977e06179419b472a5b7657e55963
      https://github.com/llvm/llvm-project/commit/82a9cb358b4977e06179419b472a5b7657e55963
  Author: Jannick Kremer <jannick.kremer at mailbox.org>
  Date:   2025-05-16 (Fri, 16 May 2025)

  Changed paths:
    M clang/bindings/python/clang/cindex.py
    A clang/bindings/python/tests/cindex/test_lib.py

  Log Message:
  -----------
  [libclang/python] Ensure all used library functions are registered (#140015)

Add a few library functions that were not previously registered to the
`CDLL` object. The current behavior relied on the default `restype` to
work.

Add a test to check that all used library functions are properly
registered.



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