VC++ warnings

Hi,

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.

-John

Stmt_h_warning.patch (737 Bytes)

ASTContest_h_warning.patch (664 Bytes)

Looks great, applied here:
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20090330/015023.html

Thanks John,

-Chris