This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang-tools-extra.
from d9fc1569 [clangd] Add 'Switch header/source' command in clangd-vscode new 2e0ee616 A bit of AST matcher cleanup, 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: change-namespace/ChangeNamespace.cpp | 17 ++++--- .../BoolPointerImplicitConversionCheck.cpp | 10 ++-- clang-tidy/bugprone/ExceptionEscapeCheck.cpp | 12 ++--- .../MisplacedOperatorInStrlenInAllocCheck.cpp | 12 ++--- clang-tidy/bugprone/SuspiciousEnumUsageCheck.cpp | 18 ++++---- clang-tidy/bugprone/UseAfterMoveCheck.cpp | 4 +- .../InterfacesGlobalInitCheck.cpp | 16 +++---- clang-tidy/cppcoreguidelines/OwningMemoryCheck.cpp | 54 ++++++++++------------ .../fuchsia/StaticallyConstructedObjectsCheck.cpp | 23 +++++---- clang-tidy/fuchsia/TrailingReturnCheck.cpp | 6 +-- clang-tidy/google/OverloadedUnaryAndCheck.cpp | 10 ++-- clang-tidy/hicpp/ExceptionBaseclassCheck.cpp | 31 ++++++------- clang-tidy/hicpp/MultiwayPathsCoveredCheck.cpp | 9 ++-- clang-tidy/hicpp/SignedBitwiseCheck.cpp | 38 ++++++++------- .../NonPrivateMemberVariablesInClassesCheck.cpp | 14 +++--- clang-tidy/modernize/LoopConvertCheck.cpp | 2 +- clang-tidy/modernize/ReplaceAutoPtrCheck.cpp | 2 +- clang-tidy/modernize/UseAutoCheck.cpp | 6 +-- clang-tidy/modernize/UseEqualsDefaultCheck.cpp | 38 +++++++-------- .../modernize/UseUncaughtExceptionsCheck.cpp | 26 +++++------ .../performance/MoveConstructorInitCheck.cpp | 14 +++--- .../performance/UnnecessaryCopyInitialization.cpp | 14 ++---- .../performance/UnnecessaryValueParamCheck.cpp | 4 +- clang-tidy/portability/SIMDIntrinsicsCheck.cpp | 4 +- clang-tidy/readability/IsolateDeclarationCheck.cpp | 9 ++-- .../readability/SimplifyBooleanExprCheck.cpp | 10 ++-- .../readability/UppercaseLiteralSuffixCheck.cpp | 10 ++-- clang-tidy/zircon/TemporaryObjectsCheck.cpp | 6 +-- 28 files changed, 198 insertions(+), 221 deletions(-)