[Lldb-commits] [PATCH] D53845: [FileSystem] Remove Exists() from FileSpec

2018-11-01 Thread Jonas Devlieghere via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL345854: [FileSystem] Remove Exists() from FileSpec (authored by JDevlieghere, committed by ). Herald added a subscriber: llvm-commits. Changed prior to commit: https://reviews.llvm.org/D53845?vs=171599&

[Lldb-commits] [PATCH] D53845: [FileSystem] Remove Exists() from FileSpec

2018-11-01 Thread Jonas Devlieghere via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rLLDB345854: [FileSystem] Remove Exists() from FileSpec (authored by JDevlieghere, committed by ). Changed prior to commit: https://reviews.llvm.org/D53845?vs=171599&id=172158#toc Repository: rLLDB LLD

[Lldb-commits] [PATCH] D53845: [FileSystem] Remove Exists() from FileSpec

2018-10-29 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere created this revision. JDevlieghere added reviewers: zturner, labath, davide. JDevlieghere added a project: LLDB. Herald added a subscriber: emaste. This patch removes the `Exists` method from FileSpec and updates its uses with calls to the FileSystem. Repository: rLLDB LLDB htt