Support/FileSystem: Implement recursive_directory_iterator and make
authorMichael J. Spencer <bigcheesegs@gmail.com>
Thu, 8 Dec 2011 22:50:09 +0000 (22:50 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Thu, 8 Dec 2011 22:50:09 +0000 (22:50 +0000)
commita81ac8f2b5d4f61f7bc353f95cc1d0a05266f51c
tree3f7b8dc504e57e877cf6d9897a619343c05c266a
parentc9b98ad7a7c3f2c098657a077a995912dce033e3
Support/FileSystem: Implement recursive_directory_iterator and make
directory_iterator preserve InputIterator semantics on copy.

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