This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2baf45a273 [X86] Fix a bad cast from mask16 to mask8 in _mm256_mask_cvt [...] new 2148f80c86 MC: Change the streamer ctors to take an object writer inste [...] new b472c48679 [Support] Avoid normalization in sys::getDefaultTargetTriple new d7bc93eac6 Revert "Move #include manipulation code to new lib/Tooling/I [...]
The 3 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/{Inclusions => Core}/HeaderIncludes.h | 8 ++++---- include/clang/Tooling/{Inclusions => Core}/IncludeStyle.h | 6 +++--- lib/Format/CMakeLists.txt | 1 - lib/Format/Format.cpp | 2 +- lib/Frontend/CompilerInvocation.cpp | 3 ++- lib/Tooling/CMakeLists.txt | 1 - lib/Tooling/Core/CMakeLists.txt | 2 ++ lib/Tooling/{Inclusions => Core}/HeaderIncludes.cpp | 2 +- lib/Tooling/{Inclusions => Core}/IncludeStyle.cpp | 3 ++- lib/Tooling/Inclusions/CMakeLists.txt | 12 ------------ tools/driver/cc1as_main.cpp | 6 ++++-- unittests/Tooling/HeaderIncludesTest.cpp | 2 +- 13 files changed, 21 insertions(+), 29 deletions(-) rename include/clang/Tooling/{Inclusions => Core}/HeaderIncludes.h (96%) rename include/clang/Tooling/{Inclusions => Core}/IncludeStyle.h (96%) rename lib/Tooling/{Inclusions => Core}/HeaderIncludes.cpp (99%) rename lib/Tooling/{Inclusions => Core}/IncludeStyle.cpp (95%) delete mode 100644 lib/Tooling/Inclusions/CMakeLists.txt