This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2dac430 Move PreprocessorOptions to std::shared_ptr from IntrusiveRefCntPtr new 5a12bb8 Move Preprocessor over to std::shared_ptr rather than Intrusi [...] new 48cafe3 Move SerializedDiagnosticPrinter's SharedState to std::shared [...]
The 2 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 | 5 +++-- include/clang/Frontend/CompilerInstance.h | 9 +++++---- include/clang/Lex/Preprocessor.h | 2 +- lib/Frontend/ASTUnit.cpp | 16 +++++++++------- lib/Frontend/CompilerInstance.cpp | 12 +++++++----- lib/Frontend/FrontendAction.cpp | 2 +- lib/Frontend/SerializedDiagnosticPrinter.cpp | 8 ++++---- lib/StaticAnalyzer/Frontend/ModelInjector.cpp | 2 +- tools/libclang/CXIndexDataConsumer.cpp | 4 ++-- tools/libclang/CXIndexDataConsumer.h | 2 +- tools/libclang/Indexing.cpp | 2 +- 11 files changed, 35 insertions(+), 29 deletions(-)