[PATCH] D19842: In openFileForRead, attempt to fetch the actual name of the file on disk -- including case -- so that clang can later warn about non-portable #include and #import directives.

Eric Niebler via llvm-commits llvm-commits at lists.llvm.org
Fri May 27 16:01:31 PDT 2016


eric_niebler updated this revision to Diff 58856.
eric_niebler added a comment.

Add getPathFromOpenFD and unittest, as requested.


http://reviews.llvm.org/D19842

Files:
  include/llvm/Support/FileSystem.h
  lib/Support/Unix/Path.inc
  lib/Support/Windows/Path.inc
  unittests/Support/Path.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19842.58856.patch
Type: text/x-patch
Size: 8979 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160527/7abdf846/attachment.bin>


More information about the llvm-commits mailing list