[PATCH] D20066: [include-fixer] Autodetect yaml databases in parent directories.

Benjamin Kramer via cfe-commits cfe-commits at lists.llvm.org
Mon May 9 06:53:13 PDT 2016


bkramer created this revision.
bkramer added a reviewer: hokein.
bkramer added a subscriber: cfe-commits.

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.

http://reviews.llvm.org/D20066

Files:
  include-fixer/YamlXrefsDB.cpp
  include-fixer/YamlXrefsDB.h
  include-fixer/tool/ClangIncludeFixer.cpp
  test/include-fixer/yamldb_autodetect.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20066.56570.patch
Type: text/x-patch
Size: 4873 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160509/4f2faa02/attachment-0001.bin>


More information about the cfe-commits mailing list