[PATCH] Support: add sys::path::canonical

Alex Lorenz arphaman at gmail.com
Thu Jul 31 13:10:59 PDT 2014


Hi bogner, dexonsmith, bob.wilson,

This patch implements the the sys::path::canonical function, which converts a path to its canonical form.

This function is needed for Clang's FileManager::getCanonicalName (there's a FIXME there) and the new
coverage mapping system.

http://reviews.llvm.org/D4745

Files:
  include/llvm/Support/Path.h
  lib/Support/Path.cpp
  unittests/Support/Path.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4745.12079.patch
Type: text/x-patch
Size: 3532 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140731/269d052f/attachment.bin>


More information about the llvm-commits mailing list