This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang-tools-extra.
from 669f9af [clang-tidy] cppcoreguidelines-pro-type-member-init should no [...] new 10c1dd6 [include-fixer] Add Yaml database integration.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include-fixer/CMakeLists.txt | 2 + include-fixer/YamlXrefsDB.cpp | 64 ++++++++++++++++++++++++++ include-fixer/YamlXrefsDB.h | 35 ++++++++++++++ include-fixer/tool/ClangIncludeFixer.cpp | 11 ++++- test/include-fixer/Inputs/fake_yaml_db.yaml | 11 +++++ test/include-fixer/{fixeddb.cpp => yamldb.cpp} | 6 +-- 6 files changed, 125 insertions(+), 4 deletions(-) create mode 100644 include-fixer/YamlXrefsDB.cpp create mode 100644 include-fixer/YamlXrefsDB.h create mode 100644 test/include-fixer/Inputs/fake_yaml_db.yaml copy test/include-fixer/{fixeddb.cpp => yamldb.cpp} (51%)