This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f10aa0146b [VFS] Implement getRealPath for OverlayFileSystem. new be7fed513b Move #include manipulation code to new lib/Tooling/Inclusions.
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/clang/Format/Format.h | 2 +- include/clang/Tooling/{Core => Inclusions}/HeaderIncludes.h | 8 ++++---- include/clang/Tooling/{Core => Inclusions}/IncludeStyle.h | 6 +++--- lib/Format/CMakeLists.txt | 1 + lib/Format/Format.cpp | 2 +- lib/Tooling/CMakeLists.txt | 1 + lib/Tooling/Core/CMakeLists.txt | 2 -- lib/Tooling/{Core => Inclusions}/CMakeLists.txt | 7 ++----- lib/Tooling/{Core => Inclusions}/HeaderIncludes.cpp | 2 +- lib/Tooling/{Core => Inclusions}/IncludeStyle.cpp | 3 +-- unittests/Tooling/HeaderIncludesTest.cpp | 2 +- 11 files changed, 16 insertions(+), 20 deletions(-) rename include/clang/Tooling/{Core => Inclusions}/HeaderIncludes.h (96%) rename include/clang/Tooling/{Core => Inclusions}/IncludeStyle.h (96%) copy lib/Tooling/{Core => Inclusions}/CMakeLists.txt (58%) rename lib/Tooling/{Core => Inclusions}/HeaderIncludes.cpp (99%) rename lib/Tooling/{Core => Inclusions}/IncludeStyle.cpp (95%)