[PATCH] Support case insensitive header searches for MSVCCompat

Saleem Abdulrasool abdulras at fb.com
Wed Mar 5 13:13:56 PST 2014


  One of the nice things about clang is that it is inherently a cross-compiler :-).  Not all file systems are case-insensitive, and unfortunately, as I mentioned in the commit message, the Windows SDK does get the case wrong in many cases.  This is an attempt to make the cross-compiler work properly with MS compatibility irrespective of the environment where it is being executed.

http://llvm-reviews.chandlerc.com/D2972



More information about the cfe-commits mailing list