This is an archive of the discontinued LLVM Phabricator instance.

[OCaml] Add Token type to kind enum in OCaml API
ClosedPublic

Authored by jberdine on Sep 17 2018, 4:29 PM.

Details

Summary

The token type has not yet been added to the OCaml API. This
patch only extends the enum, so that e.g. classify_type will not
crash. No support for manipulating or building tokens is added at this
point.

Diff Detail

Repository
rL LLVM

Event Timeline

jberdine created this revision.Sep 17 2018, 4:29 PM
This revision is now accepted and ready to land.Sep 17 2018, 4:46 PM
This revision was automatically updated to reflect the committed changes.