[cfe-dev] VC++ warnings
Chris Lattner
clattner at apple.com
Fri Apr 3 10:32:24 PDT 2009
On Apr 2, 2009, at 12:15 PM, John Thompson wrote:
>
> Here's a couple of patches to fix some compile warnings when
> building clang-cc from the cmake-generated Visual Studio project
> files, mainly just on the delete operators not matching the new
> operators. I also wanted to see if I'm creating appropriate patch
> files, since I'm developing on Windows. I used the "svn diff -x -u"
> command suggested in the LLVM docs, but from a Command window.
> However, it appears it's not consistent about line endings, using
> both '\r\n' and '\n' in the file.
>
Looks great, applied here:
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20090330/015023.html
Thanks John,
-Chris
More information about the cfe-dev
mailing list