[cfe-commits] r137634 - in /cfe/trunk: test/Index/annotate-tokens.m test/Index/get-cursor.m tools/libclang/CIndex.cpp

Francois Pichet pichet2000 at gmail.com
Mon Aug 15 16:52:39 PDT 2011


On Mon, Aug 15, 2011 at 7:45 PM, Argyrios Kyrtzidis <kyrtzidis at apple.com> wrote:
> On Aug 15, 2011, at 4:33 PM, Francois Pichet wrote:
>
>> On Mon, Aug 15, 2011 at 6:44 PM, Argyrios Kyrtzidis <kyrtzidis at apple.com> wrote:
>>> On Aug 15, 2011, at 11:53 AM, Douglas Gregor wrote:
>>>
>>>>
>>>> On Aug 15, 2011, at 2:44 PM, Argyrios Kyrtzidis wrote:
>>>>
>>>>> Author: akirtzidis
>>>>> Date: Mon Aug 15 13:44:43 2011
>>>>> New Revision: 137634
>>>>>
>>>>> URL: http://llvm.org/viewvc/llvm-project?rev=137634&view=rev
>>>>> Log:
>>>>> [libclang] Handle AttributedTypeLoc for cursor visitation. Fixes rdar://9535717.
>>>>>
>>>>> Modified:
>>>>>   cfe/trunk/test/Index/annotate-tokens.m
>>>>>   cfe/trunk/test/Index/get-cursor.m
>>>>>   cfe/trunk/tools/libclang/CIndex.cpp
>>>>
>>>> Should we declare all of the Visit*TypeLoc methods in one shot clang/AST/TypeLocNodes.def, so this doesn't happen again?
>>>
>>> See r137670.
>>> I also added handling for decltype and injected-class-name.
>>> SubstTemplateTypeParm[Pack] does not seem applicable for handling since it does not reflect actual source code.
>>>
>>
>> on MSVC 2010
>>
>>
>> 2>  Failing Tests (2):
>> 2>      Clang :: Index/annotate-tokens.m
>> 2>      Clang :: Index/get-cursor.m
>>
>> log: http://pastie.org/2377754
>
> Does r137688 fix them ?
>
>
 yes thank you




More information about the cfe-commits mailing list