]> granicus.if.org Git - clang/commit
[libclang 2/8] Add support for ObjCTypeParam
authorMichael Wu <mwu.code@gmail.com>
Fri, 3 Aug 2018 04:02:40 +0000 (04:02 +0000)
committerMichael Wu <mwu.code@gmail.com>
Fri, 3 Aug 2018 04:02:40 +0000 (04:02 +0000)
commitff3bc9c864f30c4d6d3b239bbee6cec4f40c6bf8
treea4ae6c302d3a8c1a038cc74ae68a1350d586491c
parentd3ee85bfddb61cc7d77488784eef1515bcc68a9d
[libclang 2/8] Add support for ObjCTypeParam

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.

Reviewers: yvvan, jbcoe

Reviewed By: yvvan

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D49066

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@338807 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
test/Index/print-type.m
tools/libclang/CXType.cpp