karies added inline comments.
================ Comment at: lib/Lex/PPDirectives.cpp:1983 + isLeadingSeparator = false; + else + Path.append(Component); ---------------- eric_niebler wrote: > What happens on Windows for an absolute path like "C:/hello/world.h", I > wonder? Does this correctly generate the fixit? @karies? I also cannot reproduce this diag on Windows, likely because NTFS and FAT are case indifferent (not preserving like MacOS) so the file system cannot reply with "this is how *I* would have spelled the file name". https://reviews.llvm.org/D30000 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits