Support/FileSystem: Add directory_iterator implementation.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Mon, 6 Dec 2010 04:28:42 +0000 (04:28 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Mon, 6 Dec 2010 04:28:42 +0000 (04:28 +0000)
commit753cbbbd3ce28253f381caff83ce2a7f6e08785b
tree2cd99ba29bce96f8f3db9d4e4ef781c959c68679
parentf150e7695e32d42856d86499fcde970825371637
Support/FileSystem: Add directory_iterator implementation.

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