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 a00b86e [docs] Remove doubled spaces new 9898b31 [include-fixer] Refactor include fixer to be usable as a plugin
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 | 1 + include-fixer/IncludeFixer.cpp | 521 +++++++++++++++------------- include-fixer/IncludeFixer.h | 65 ++++ include-fixer/plugin/CMakeLists.txt | 12 + include-fixer/plugin/IncludeFixerPlugin.cpp | 97 ++++++ 5 files changed, 451 insertions(+), 245 deletions(-) create mode 100644 include-fixer/plugin/CMakeLists.txt create mode 100644 include-fixer/plugin/IncludeFixerPlugin.cpp