[clang] #101784 part 1: introduce ctyped in an independent manner (PR #101941)
Vlad Serebrennikov via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 6 03:59:21 PDT 2024
================
----------------
Endilll wrote:
I don't see value in annotating exported C functions themselves (`binder.py`), because they are wrapped by `cindex.py`. From maintenance perspective I'd rather leave `# type: ignore` at the call sites of those functions, than accept a whole new pile of stubs. Users of `cindex.py` won't notice either way, because I don't think they need to interact with C functions directly.
https://github.com/llvm/llvm-project/pull/101941
More information about the cfe-commits
mailing list