This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d65cd1f Add vec_insert4b and vec_extract4b functions to altivec.h new 4a854da IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationB [...]
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/Frontend/ASTUnit.h | 27 +++++----- include/clang/Frontend/CompilerInstance.h | 4 +- include/clang/Frontend/CompilerInvocation.h | 2 +- include/clang/Frontend/Utils.h | 6 +-- include/clang/Sema/CodeCompleteConsumer.h | 17 +++---- include/clang/Tooling/Tooling.h | 8 +-- lib/ARCMigrate/ARCMT.cpp | 4 +- lib/Frontend/ASTUnit.cpp | 63 +++++++++++------------- lib/Frontend/ChainedIncludesSource.cpp | 2 +- lib/Frontend/CompilerInstance.cpp | 14 +++--- lib/Frontend/CompilerInvocation.cpp | 11 ++--- lib/Frontend/CreateInvocationFromCommandLine.cpp | 10 ++-- lib/StaticAnalyzer/Frontend/ModelInjector.cpp | 5 +- lib/Tooling/Tooling.cpp | 15 +++--- tools/c-index-test/core_main.cpp | 7 ++- tools/clang-import-test/clang-import-test.cpp | 2 +- tools/diagtool/ShowEnabledWarnings.cpp | 4 +- tools/libclang/CIndex.cpp | 9 ++-- tools/libclang/CIndexCodeCompletion.cpp | 19 ++++--- tools/libclang/CXTranslationUnit.h | 3 +- tools/libclang/Indexing.cpp | 29 ++++++----- unittests/AST/ExternalASTSourceTest.cpp | 4 +- unittests/Frontend/CodeGenActionTest.cpp | 4 +- unittests/Frontend/FrontendActionTest.cpp | 20 ++++---- 24 files changed, 142 insertions(+), 147 deletions(-)