This is an archive of the discontinued LLVM Phabricator instance.

Rename `FileSpec::IsRelativeToCurrentWorkingDirectory` to `IsRelative`.
ClosedPublic

Authored by chaoren on Jun 4 2015, 4:40 PM.

Details

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.

Diff Detail

Event Timeline

chaoren updated this revision to Diff 27160.Jun 4 2015, 4:40 PM
chaoren retitled this revision from to Rename `FileSpec::IsRelativeToCurrentWorkingDirectory` to `IsRelative`..
chaoren updated this object.
chaoren edited the test plan for this revision. (Show Details)
chaoren added a reviewer: clayborg.
chaoren added a subscriber: Unknown Object (MLST).

If no one has any problems with this rename, I'm going to commit it later today.

ovyalov accepted this revision.Jun 9 2015, 10:50 AM
ovyalov edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jun 9 2015, 10:50 AM
This revision was automatically updated to reflect the committed changes.