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 4a22f29 [include-fixer] Use YAML format in -output-headers and -inser [...] new 9459077 [include-fixer] use includer of .inc header to be the file pa [...]
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/find-all-symbols/CMakeLists.txt | 1 + include-fixer/find-all-symbols/FindAllMacros.cpp | 17 +++------ include-fixer/find-all-symbols/FindAllSymbols.cpp | 13 +++---- include-fixer/find-all-symbols/PathConfig.cpp | 42 ++++++++++++++++++++++ include-fixer/find-all-symbols/PathConfig.h | 37 +++++++++++++++++++ .../find-all-symbols/FindAllSymbolsTests.cpp | 15 ++++++-- 6 files changed, 101 insertions(+), 24 deletions(-) create mode 100644 include-fixer/find-all-symbols/PathConfig.cpp create mode 100644 include-fixer/find-all-symbols/PathConfig.h