mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 11:02:04 +08:00
`cindex.py` was missing support for [isFunctionInlined](https://clang.llvm.org/doxygen/group__CINDEX__TYPES.html#ga963097b9aecabf5dce7554dff18b061d), this PR add it. --------- Co-authored-by: Vlad Serebrennikov <serebrennikov.vladislav@gmail.com>