This is an archive of the discontinued LLVM Phabricator instance.

[LLVM-C] Add bindings to create enumerators
ClosedPublic

Authored by Jiboo on Feb 16 2019, 8:03 AM.

Details

Summary

The C API don't have the bindings to create enumerators, needed to create an enumeration.

Diff Detail

Repository
rL LLVM

Event Timeline

Jiboo created this revision.Feb 16 2019, 8:03 AM
This revision is now accepted and ready to land.Feb 16 2019, 2:29 PM
CodaFi accepted this revision.Feb 16 2019, 6:09 PM

I concur. Looks good.

It seem to also miss macro related bindings, I'll probably make another differential today.

I don't have commit rights, I'd be glad if someone could commit this.

I keep a running list of the APIs we have wrapped if that helps. I would love a hand getting us all the way there https://github.com/llvm-swift/LLVMSwift/issues/131

This revision was automatically updated to reflect the committed changes.