[cfe-commits] [patch] Remove some UTF-8 magic quotes

Chris Lattner clattner at apple.com
Mon Sep 6 10:53:48 PDT 2010


On Sep 6, 2010, at 2:14 AM, Dimitry Andric wrote:

> I got some complaints from a tagging tool about stray UTF-8 characters
> in the clang sources; this patch removes two instances of them.
> 
> The one in tools/clang/test/CodeGen/darwin-string-literals.c looks like
> it is supposed to be there, but I'm not sure. :)

Nice catch, applied in r113156.  Clang was actually generating the curly quotes for one of its diagnostics, which I fixed also.  Thanks,

-Chris





More information about the cfe-commits mailing list