libclang: expose the rest array types
Argyrios Kyrtzidis
akyrtzi at gmail.com
Tue Jul 23 10:38:45 PDT 2013
Committed in r186967, thanks!
On Jul 22, 2013, at 5:13 PM, Che-Liang Chiou <clchiou at gmail.com> wrote:
> Restored enum order.
>
> On Mon, Jul 22, 2013 at 4:07 PM, Argyrios Kyrtzidis <akyrtzi at gmail.com> wrote:
>> On Jul 17, 2013, at 11:08 AM, Che-Liang Chiou <clchiou at gmail.com> wrote:
>>
>> Tests updated.
>>
>>
>> Looks good, one final thing:
>>
>> - CXType_Vector = 113
>> + CXType_IncompleteArray = 113,
>> + CXType_VariableArray = 114,
>> + CXType_DependentSizedArray = 115,
>> + CXType_Vector = 116
>>
>> Don't change the enumerator for CXType_Vector, this must remain as is for
>> backwards compatibility.
>>
>>
>> On Tue, Jul 16, 2013 at 1:50 PM, Argyrios Kyrtzidis <akyrtzi at gmail.com>
>> wrote:
>>
>> Could you please also add some tests for the new CXTypes in
>> test/Index/print-type.cpp ?
>>
>> On Jul 15, 2013, at 5:03 PM, Che-Liang Chiou <clchiou at gmail.com> wrote:
>>
>> clang defines four types of array but only one of them (ConstantArray)
>> has been exposed through libclang interface. So add the rest of them.
>> <libclang_array.patch>
>>
>>
>> <libclang_array.patch>
>>
>>
> <libclang_array.patch>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130723/26de099e/attachment.html>
More information about the cfe-commits
mailing list