[PATCH] D11944: Nativize filename in FileManager::getFile().

Manuel Klimek via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 11 08:10:31 PDT 2015


klimek added a comment.

The case sensitivity stuff is related, but a much larger problem - while the native paths are system dependent, the case sensitivity is file system dependent - I can have case insensitive file systems on any OS.


http://reviews.llvm.org/D11944





More information about the cfe-commits mailing list