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

Charles Davis cdavis at mymail.mines.edu
Thu Mar 18 14:26:52 PDT 2010


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?

Chip



More information about the cfe-commits mailing list