This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Pass absolute path to OptionsProvider::getOptions/getRawOptions.
ClosedPublic

Authored by hokein on Jul 8 2016, 12:17 PM.

Details

Summary

Although there is no guarantee of getOptions/getRawOptions receiving an
absolute path, we try to make it if possible. So FileOptionProvider subclasses
don't have to convert the path to an absolute path.

Diff Detail

Repository
rL LLVM

Event Timeline

hokein updated this revision to Diff 63282.Jul 8 2016, 12:17 PM
hokein retitled this revision from to [clang-tidy] Pass absolute path to OptionsProvider::getOptions/getRawOptions..
hokein updated this object.
hokein added a reviewer: alexfh.
hokein added a subscriber: cfe-commits.
alexfh accepted this revision.Jul 8 2016, 12:56 PM
alexfh edited edge metadata.

LG

This revision is now accepted and ready to land.Jul 8 2016, 12:56 PM
This revision was automatically updated to reflect the committed changes.