Yes, you're right, remap-file.c fails with this change. FWIW, the test is flawed. It verifies the following very specific (and incorrect) matching logic, which is to accept only paths where all separators excluding the final one are backslashes, and only the final one is a forward slash. I.e. C:\path\to\the/file.h
Anyway, here's another patch that fixes that one too. http://reviews.llvm.org/D6871 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
