commit | 3a58d89819389488df9fb5155f6d73ddd60e4816 | [log] [tgz] |
---|---|---|
author | Jonas Devlieghere <jonas@devlieghere.com> | Thu Nov 08 00:14:50 2018 +0000 |
committer | Jonas Devlieghere <jonas@devlieghere.com> | Thu Nov 08 00:14:50 2018 +0000 |
tree | 481f9e7a79eaf70ff06d7400a3ecf19c9f142aae | |
parent | 09dff53840787c0dbc031f1e5723834f62073f74 [diff] |
[FileSystem] Add convenience method to check for directories. Replace calls to LLVM's is_directory with calls to LLDB's FileSytem class. For this I introduced a new convenience method that, like the other methods, takes either a path or filespec. This still uses the LLVM functions under the hood. Differential revision: https://reviews.llvm.org/D54135 llvm-svn: 346375