"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "97cf7cf400cac96330629d6d71e3e48ce74587dd"
Rename `FileSpec::IsRelativeToCurrentWorkingDirectory` to `IsRelative`.
Summary: `IsRelativeToCurrentWorkingDirectory` was misleading, because relative paths are sometimes appended to other directories, not just the cwd. Plus, the new name is shorter. Also added `IsAbsolute` for completeness. Reviewers: clayborg, ovyalov Reviewed By: ovyalov Subscribers: tberghammer, lldb-commits Differential Revision: http://reviews.llvm.org/D10262 llvm-svn: 239419
Loading
Please register or sign in to comment