This is an archive of the discontinued LLVM Phabricator instance.

[include-fixer] Autodetect yaml databases in parent directories.
ClosedPublic

Authored by bkramer on May 9 2016, 6:53 AM.

Details

Summary

This looks for find_all_symbols_db.yaml in all parent directories of the
source file (like we do for compile_commands.json) so we don't have to
pass the path manually.

Diff Detail

Repository
rL LLVM

Event Timeline

bkramer updated this revision to Diff 56570.May 9 2016, 6:53 AM
bkramer retitled this revision from to [include-fixer] Autodetect yaml databases in parent directories..
bkramer updated this object.
bkramer added a reviewer: hokein.
bkramer added a subscriber: cfe-commits.
hokein accepted this revision.May 9 2016, 7:17 AM
hokein edited edge metadata.

LGTM.

This revision is now accepted and ready to land.May 9 2016, 7:17 AM
This revision was automatically updated to reflect the committed changes.