This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6411069 [AVX512] Use native IR for mask pcmpeq/pcmpgt intrinsics. new 6be9afb Don't use static variables in LambdaCapture new 9b28d52 Apply some suggestions from clang-tidy's performance-unnecess [...] new e03851a Reverting r272777 because one of the tests added in the llvm [...]
The 3 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/DeclBase.h | 7 ++-- include/clang/AST/LambdaCapture.h | 37 ++++++++++---------- include/clang/Basic/BuiltinsARM.def | 10 +++--- lib/AST/ASTDiagnostic.cpp | 16 ++++----- lib/AST/DeclBase.cpp | 7 ++-- lib/AST/ExprCXX.cpp | 18 ++++------ lib/ASTMatchers/ASTMatchFinder.cpp | 2 +- lib/CodeGen/CGBuiltin.cpp | 68 ------------------------------------- lib/Sema/SemaChecking.cpp | 33 ++++++++---------- lib/Sema/SemaExprCXX.cpp | 2 +- lib/Sema/SemaTemplateDeduction.cpp | 11 +++--- lib/Tooling/CommonOptionsParser.cpp | 2 +- lib/Tooling/Tooling.cpp | 5 +-- test/CodeGen/builtins-arm.c | 30 +++++----------- test/Sema/builtins-arm.c | 26 ++++---------- 15 files changed, 82 insertions(+), 192 deletions(-)