This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e8ba82c Move VariantMatcher's Payload to std::shared_ptr rather than [...] new d214e3d Move FailedModulesSet over to shared_ptr from IntrusiveRefCntPtr new 2dac430 Move PreprocessorOptions to std::shared_ptr from IntrusiveRefCntPtr
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/CompilerInvocation.h | 5 ++++- include/clang/Lex/Preprocessor.h | 9 ++++----- include/clang/Lex/PreprocessorOptions.h | 6 +++--- lib/Frontend/ASTUnit.cpp | 12 ++++++------ lib/Frontend/CompilerInstance.cpp | 8 +++++--- lib/Lex/Preprocessor.cpp | 2 +- unittests/Basic/SourceManagerTest.cpp | 12 ++++++------ unittests/Lex/LexerTest.cpp | 4 ++-- unittests/Lex/PPCallbacksTest.cpp | 9 +++++---- unittests/Lex/PPConditionalDirectiveRecordTest.cpp | 4 ++-- 10 files changed, 38 insertions(+), 33 deletions(-)