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 199ab96 [clang-rename] fix typo in Python script for Vim integration new c9974c0 [include-fixer] Pull out Context implementation code to a cpp file.
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/IncludeFixerContext.cpp | 61 +++++++++++++++++++++++++++++++++++ include-fixer/IncludeFixerContext.h | 43 ++---------------------- 3 files changed, 65 insertions(+), 40 deletions(-) create mode 100644 include-fixer/IncludeFixerContext.cpp