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.
Paths
| Differential D49066
[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 Event Timelinemichaelwu added a child revision: D49081: [libclang 3/8] Add support for AttributedType.Jul 9 2018, 8:02 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 This revision is now accepted and ready to land.Jul 31 2018, 6:02 AM Closed by commit rC338807: [libclang 2/8] Add support for ObjCTypeParam (authored by mwu). · Explain WhyAug 2 2018, 9:03 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 154547 include/clang-c/Index.h
test/Index/print-type.m
tools/libclang/CXType.cpp
|