This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 46257d7 [Sema] Prevent using member declaration diagnostic if the bas [...] new 1f062cd [Sema] Use unique_ptr instead of raw pointers in the late-par [...] new 7c4b8c0 [AST] Convert MangleNumberingContext to a unique_ptr. new 7b7c816 [AST] Use unique_ptr for VTableLayout. new dd0969a Use unique_ptr for VPtrLocationsMap and VPtrInfoVector. new be96a85 Use unique_ptr for VTableBuilder::VFTableLayouts map. new c4e9e7b Use unique_ptr for VTableBuilder::VBaseInfo map. new 845b38f [AST] Convert Marshallers to use unique_ptr. new 31365f6 [Analysis] Use unique_ptr in AnalyaisDeclContextManager's Con [...] new b28828e [Analysis] Use unique_ptr for CallGraph::FunctionMap.
The 9 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/AST/ASTContext.h | 4 +- include/clang/AST/MangleNumberingContext.h | 2 +- include/clang/AST/VTableBuilder.h | 29 +++--- include/clang/Analysis/AnalysisContext.h | 3 +- include/clang/Analysis/CallGraph.h | 15 ++- include/clang/Sema/ExternalSemaSource.h | 3 +- include/clang/Sema/MultiplexExternalSemaSource.h | 4 +- include/clang/Sema/Sema.h | 5 +- include/clang/Serialization/ASTReader.h | 4 +- lib/AST/ASTContext.cpp | 7 +- lib/AST/CXXABI.h | 3 +- lib/AST/ItaniumCXXABI.cpp | 5 +- lib/AST/MicrosoftCXXABI.cpp | 5 +- lib/AST/VTableBuilder.cpp | 115 +++++++++++------------ lib/ASTMatchers/Dynamic/Marshallers.h | 69 +++++++------- lib/ASTMatchers/Dynamic/Registry.cpp | 53 +++++------ lib/Analysis/AnalysisDeclContext.cpp | 14 +-- lib/Analysis/CallGraph.cpp | 16 ++-- lib/CodeGen/MicrosoftCXXABI.cpp | 58 ++++++------ lib/Sema/MultiplexExternalSemaSource.cpp | 3 +- lib/Sema/Sema.cpp | 1 - lib/Sema/SemaTemplate.cpp | 4 +- lib/Sema/SemaTemplateInstantiateDecl.cpp | 7 +- lib/Serialization/ASTReader.cpp | 7 +- lib/Serialization/ASTWriter.cpp | 10 +- 25 files changed, 226 insertions(+), 220 deletions(-)