[all-commits] [llvm/llvm-project] c7161e: [python] Expose clang_Location_isInSystemHeader

R2RT via All-commits all-commits at lists.llvm.org
Tue Apr 4 06:21:43 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c7161e73ca0afdf9cc016ce4e9f1e23a6a140b51
      https://github.com/llvm/llvm-project/commit/c7161e73ca0afdf9cc016ce4e9f1e23a6a140b51
  Author: Artur Ryt <artur.ryt at r2software.pl>
  Date:   2023-04-04 (Tue, 04 Apr 2023)

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

  Log Message:
  -----------
  [python] Expose clang_Location_isInSystemHeader

Add is_in_system_header property for Location class.

Corresponding unit test was also added.

Differential Revision: https://reviews.llvm.org/D147414




More information about the All-commits mailing list