pybind / pybind11_protobuf

Pybind11 bindings for Google's Protocol Buffers
Other
54 stars 33 forks source link

Add pybind11 IWYU pragmas (for clangd Include Cleaner). #138

Closed copybara-service[bot] closed 9 months ago

copybara-service[bot] commented 9 months ago

Add pybind11 IWYU pragmas (for clangd Include Cleaner).

Adopt the

// IWYU pragma: always_keep // See pybind11/docs/type_caster_iwyu.rst

comment used in https://github.com/google/pywrapcc/pull/30073.

Currently pybind11/docs/type_caster_iwyu.rst only exists in google/pywrapcc#30073, but the intend is to upstream the changes (see PR description).

See also: https://clangd.llvm.org/design/include-cleaner