This is an archive of the discontinued LLVM Phabricator instance.

[libclang 2/8] Add support for ObjCTypeParam
ClosedPublic

Authored by michaelwu on Jul 9 2018, 1:47 AM.

Details

Summary

This patch adds support to the libclang API for identifying ObjCTypeParams in CXTypes.

This patch depends on D49063 since both patches add new values to CXTypeKind.

Diff Detail

Repository
rC Clang

Event Timeline

michaelwu created this revision.Jul 9 2018, 1:47 AM
michaelwu retitled this revision from [libclang] Add support for ObjCTypeParam to [libclang 2/8] Add support for ObjCTypeParam.Jul 21 2018, 11:12 AM
yvvan accepted this revision.Jul 31 2018, 6:02 AM
This revision is now accepted and ready to land.Jul 31 2018, 6:02 AM
This revision was automatically updated to reflect the committed changes.