[cfe-commits] Patch to make clang compile and work on Windows using MSVC8
Chris Lattner
clattner at apple.com
Mon Sep 3 11:37:46 PDT 2007
On Sep 1, 2007, at 12:36 PM, Hartmut Kaiser wrote:
>
> Hi all,
>
> As promised, please find attached the patch containign the minor
> fixes I
> applied to make clang compile using MSVC8. Some of the changes are
> really
> minor and I applied these only to get rid of some of the generated
> warnings.
Thanks! I applied this. There are some diffs in the testsuite that
I didn't understand and didn't apply. Do you know what these are?
--- test/Lexer/escape_newline.c (revision 41682)
+++ test/Lexer/escape_newline.c (working copy)
@@ -3,5 +3,5 @@
// RUN: clang -E %s 2>&1 | grep 'trigraph converted'
// This is an ugly way to spell a -> token.
- -??/
+ -??/
>
It looks like it might just be trailing whitespace removed. Is this
intentional or just something extraneous in the patch?
-Chris
More information about the cfe-commits
mailing list