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 61129f8 [find-all-symbols] Ignore anonymous enum declarations. new 217cbd4 [find-all-symbols] Add IWYU private pragma support.
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/FindAllSymbols.cpp | 14 +++-- include-fixer/find-all-symbols/FindAllSymbols.h | 10 +++- .../find-all-symbols/HeaderMapCollector.h | 38 ++++++++++++++ .../find-all-symbols/PragmaCommentHandler.cpp | 37 +++++++++++++ .../find-all-symbols/PragmaCommentHandler.h | 41 +++++++++++++++ .../find-all-symbols/tool/FindAllSymbolsMain.cpp | 41 ++++++++++++--- .../find-all-symbols/FindAllSymbolsTests.cpp | 61 +++++++++++++++++++--- 8 files changed, 226 insertions(+), 17 deletions(-) create mode 100644 include-fixer/find-all-symbols/HeaderMapCollector.h create mode 100644 include-fixer/find-all-symbols/PragmaCommentHandler.cpp create mode 100644 include-fixer/find-all-symbols/PragmaCommentHandler.h