[PATCH] Fix for include file resolution on Windows

Sharif Elcott sharifelcottclangllvm at mailinator.com
Thu Jan 8 08:25:21 PST 2015


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/






More information about the cfe-commits mailing list