This patch adds a convertFromStorage field to attribute or type parameters that can implement more complex logic for converting from the parameter's C++ storage type (e.g. Optional<SmallVector<T>>) to its C++ type (e.g. Optional<ArrayRef<T>>).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Can you add documentation for this field in the AttributesAndTypes.md doc?
LG, description looks a little weird in one spot though: complex logical for converting