Moving FileManager::removeDotPaths to llvm::sys::path::remove_dots
authorMike Aizatsky <aizatsky@chromium.org>
Mon, 9 Nov 2015 18:56:31 +0000 (18:56 +0000)
committerMike Aizatsky <aizatsky@chromium.org>
Mon, 9 Nov 2015 18:56:31 +0000 (18:56 +0000)
commit8cda80ad2486782d40ac51cb07dfc630fee47639
tree16731bea0e4e6ff442e21cd4004ba22d217e8e25
parent98e40b8ddf44b8b8317cb9ae164fc6aa608397b9
Moving FileManager::removeDotPaths to llvm::sys::path::remove_dots

Differential Revision: http://reviews.llvm.org/D14393

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252499 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Path.h
lib/Support/Path.cpp
unittests/Support/Path.cpp