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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D20066
[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
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 9 2016, 7:17 AM Closed by commit rL268920: [include-fixer] Autodetect yaml databases in parent directories. (authored by d0k). · Explain WhyMay 9 2016, 7:21 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 56575 clang-tools-extra/trunk/include-fixer/YamlXrefsDB.h
clang-tools-extra/trunk/include-fixer/YamlXrefsDB.cpp
clang-tools-extra/trunk/include-fixer/tool/ClangIncludeFixer.cpp
clang-tools-extra/trunk/test/include-fixer/yamldb_autodetect.cpp
|