[python] Expose clang_Location_isInSystemHeader
authorArtur Ryt <artur.ryt@r2software.pl>
Tue, 4 Apr 2023 13:21:04 +0000 (09:21 -0400)
committerAaron Ballman <aaron@aaronballman.com>
Tue, 4 Apr 2023 13:21:04 +0000 (09:21 -0400)
commitc7161e73ca0afdf9cc016ce4e9f1e23a6a140b51
tree312e7ed95ffd35d948c9c2255a1738c95855218f
parent5aebfc026693280d07b4173daa7d84dc96e0b3e9
[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
clang/bindings/python/clang/cindex.py
clang/bindings/python/tests/cindex/test_location.py
clang/docs/ReleaseNotes.rst