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 771e03e [clang-tidy] Fix typo in test file name. new 3684ef9 [include-fixer] moved STLPostfixMap into findAllSymbols libra [...]
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 + .../find-all-symbols/STLPostfixHeaderMap.cpp | 360 +++++++++++++++++++++ .../{tool => }/STLPostfixHeaderMap.h | 2 +- include-fixer/find-all-symbols/tool/CMakeLists.txt | 5 +- .../find-all-symbols/tool/FindAllSymbolsMain.cpp | 2 +- .../find-all-symbols/tool/STLPostfixHeaderMap.cpp | 358 -------------------- 6 files changed, 364 insertions(+), 364 deletions(-) create mode 100644 include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp rename include-fixer/find-all-symbols/{tool => }/STLPostfixHeaderMap.h (91%) delete mode 100644 include-fixer/find-all-symbols/tool/STLPostfixHeaderMap.cpp