Per code review:
authorReid Spencer <rspencer@reidspencer.com>
Tue, 16 Nov 2004 06:15:19 +0000 (06:15 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 16 Nov 2004 06:15:19 +0000 (06:15 +0000)
commitb608a81a18dee7fbae18147f10af3fd1db31a5f4
tree2ea2a497ffc3e894f8b0007da5740eb441cf63ab
parent9bbba091396922093687d11a181e5886c42c5dfd
Per code review:
* Clean up the StatusInfo constructor to construct all members and give
  them reasonable values.
* Get rid of the Vector typedef and make the interface to
  getDirectoryContent use a std::set instead of a std::vector so the dir
  content is sorted.
* Make the getStatusInfo method const and not return a useless boolean.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17872 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/System/Path.h
lib/System/Unix/Path.cpp
lib/System/Unix/Path.inc