[cfe-commits] r98875 - in /cfe/trunk: test/Index/annotate-tokens-pp.c tools/CIndex/CIndex.cpp

Douglas Gregor dgregor at apple.com
Thu Mar 18 14:28:48 PDT 2010


On Mar 18, 2010, at 2:26 PM, Charles Davis wrote:

> On 3/18/10 3:25 PM, Douglas Gregor wrote:
>> Modified: cfe/trunk/test/Index/annotate-tokens-pp.c
>> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/annotate-tokens-pp.c?rev=98875&r1=98874&r2=98875&view=diff
>> ==============================================================================
>> --- cfe/trunk/test/Index/annotate-tokens-pp.c (original)
>> +++ cfe/trunk/test/Index/annotate-tokens-pp.c Thu Mar 18 16:25:12 2010
>> @@ -16,7 +16,7 @@
>> // CHECK: Identifier: "honk" [2:31 - 2:35] preprocessing directive=
>> // CHECK: Punctuation: "," [2:35 - 2:36] preprocessing directive=
>> // CHECK: Identifier: "warble" [2:36 - 2:42] preprocessing directive=
>> -// CHECK: Punctuation: ")" [2:42 - 2:43] preprocessing directive=
>> +// CHECK: Punctuation: ")" [2:42 - 2:43] preprocesggsing directive=
> Was that intentional?

D'oh! Thanks.

	- Doug



More information about the cfe-commits mailing list