This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3d1e9bf72f [cmake] Change deprecated $<CONFIG> to $<CONFIGURATION>. NFC new ce76f242a3 Range-style std::find{,_if} -> llvm::find{,_if}. NFC
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/AST/DeclContextInternals.h | 5 ++--- include/clang/Analysis/Analyses/ThreadSafetyTIL.h | 2 +- lib/ARCMigrate/ARCMT.cpp | 4 ++-- lib/AST/CXXInheritance.cpp | 3 +-- lib/AST/DeclCXX.cpp | 4 ++-- lib/AST/MicrosoftMangle.cpp | 6 ++---- lib/AST/RecordLayoutBuilder.cpp | 2 +- lib/AST/VTableBuilder.cpp | 6 ++---- lib/Basic/Targets/ARM.cpp | 2 +- lib/Basic/Targets/PPC.cpp | 18 ++++++------------ lib/Basic/Targets/Sparc.h | 2 +- lib/Basic/Targets/X86.cpp | 9 +++------ lib/Driver/Job.cpp | 4 ++-- lib/Driver/ToolChains/Clang.cpp | 4 +--- lib/Driver/ToolChains/Hexagon.cpp | 2 +- lib/Edit/EditedSource.cpp | 2 +- lib/Frontend/CompilerInvocation.cpp | 6 +++--- lib/Frontend/TextDiagnostic.cpp | 3 +-- lib/Index/IndexingContext.cpp | 7 +++---- lib/Lex/PPDirectives.cpp | 3 +-- lib/Lex/Preprocessor.cpp | 6 +++--- lib/Sema/SemaAccess.cpp | 3 +-- lib/Sema/SemaChecking.cpp | 3 +-- lib/Sema/SemaDecl.cpp | 3 +-- lib/Sema/SemaExpr.cpp | 7 +++---- lib/Sema/SemaLookup.cpp | 5 ++--- lib/Sema/SemaObjCProperty.cpp | 9 ++++----- lib/Serialization/ASTReader.cpp | 2 +- lib/Serialization/ModuleManager.cpp | 3 +-- lib/StaticAnalyzer/Checkers/MIGChecker.cpp | 8 ++++---- lib/StaticAnalyzer/Core/BugReporter.cpp | 3 +-- tools/driver/driver.cpp | 2 +- tools/libclang/CIndexHigh.cpp | 6 ++---- tools/libclang/CXCursor.cpp | 8 ++++---- unittests/AST/ASTImporterTest.cpp | 9 ++++----- unittests/Tooling/ToolingTest.cpp | 6 ++---- 36 files changed, 72 insertions(+), 105 deletions(-)