[all-commits] [llvm/llvm-project] 508748: [libclang/python] Fix OpenMP and OpenACC CursorKin...

Jannick Kremer via All-commits all-commits at lists.llvm.org
Thu Sep 25 05:36:19 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 508748dd9eb522bb2c02dd86ba9bb3ea13f71874
      https://github.com/llvm/llvm-project/commit/508748dd9eb522bb2c02dd86ba9bb3ea13f71874
  Author: Jannick Kremer <jannick.kremer at mailbox.org>
  Date:   2025-09-25 (Thu, 25 Sep 2025)

  Changed paths:
    M clang/bindings/python/clang/cindex.py
    M clang/docs/ReleaseNotes.rst

  Log Message:
  -----------
  [libclang/python] Fix OpenMP and OpenACC CursorKinds name format (#160295)

Missing `CursorKind`s that were added in #143264 follow the name format
of Index.h instead of those in cindex.py. Adapt the names accordingly.



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