This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9d37176 Turn copies into references as suggested by clang-tidy's perf [...] new 4ff480f Apply clang-tidy's misc-move-constructor-init throughout Clang. new 3317d0f [mips] Kill 'support' for untested EABI.
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/AST/DeclTemplate.h | 7 ++++--- include/clang/Basic/VirtualFileSystem.h | 4 +++- include/clang/Frontend/Utils.h | 4 +++- include/clang/Sema/CodeCompleteConsumer.h | 5 +++-- include/clang/StaticAnalyzer/Core/CheckerManager.h | 7 +++---- .../clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h | 5 +++-- .../StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h | 4 ++-- .../clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h | 6 +++--- lib/ARCMigrate/ARCMT.cpp | 5 +++-- lib/Basic/Targets.cpp | 10 ++++------ lib/Basic/VirtualFileSystem.cpp | 7 ++++--- lib/CodeGen/ObjectFilePCHContainerOperations.cpp | 3 ++- lib/Driver/Driver.cpp | 7 ++++--- lib/Driver/Tools.cpp | 2 +- lib/Frontend/CompilerInstance.cpp | 4 +++- lib/Frontend/PCHContainerOperations.cpp | 5 +++-- lib/Frontend/Rewrite/FrontendActions.cpp | 5 +++-- lib/Frontend/SerializedDiagnosticPrinter.cpp | 3 ++- lib/Lex/HeaderSearch.cpp | 6 ++++-- lib/Lex/Preprocessor.cpp | 3 ++- lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 3 ++- .../Checkers/MallocOverflowSecurityChecker.cpp | 3 ++- lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp | 5 +++-- lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp | 3 ++- lib/StaticAnalyzer/Checkers/UndefBranchChecker.cpp | 3 ++- lib/StaticAnalyzer/Core/RegionStore.cpp | 9 +++++---- lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp | 14 +++++++------- lib/Tooling/Tooling.cpp | 9 ++++++--- test/Driver/freebsd-mips-as.c | 5 ----- test/Driver/mips-abi.c | 6 ------ test/Driver/mips-as.c | 5 ----- tools/libclang/CIndexer.h | 4 +++- tools/libclang/Indexing.cpp | 5 +++-- utils/TableGen/ClangAttrEmitter.cpp | 8 ++++---- utils/TableGen/NeonEmitter.cpp | 10 ++++++---- 35 files changed, 104 insertions(+), 90 deletions(-)