This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from de845c08cc [AArch64] Initialize HasMTE new 009d37df08 Reinstate r359059, reverted in r359361, with a fix to proper [...]
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: lib/AST/ExprConstant.cpp | 79 ++++++++++++++++++++----------------- lib/CodeGen/CGBuiltin.cpp | 13 +++++- lib/Sema/SemaChecking.cpp | 6 ++- test/CodeGen/builtin-constant-p.c | 8 ++++ test/SemaCXX/builtin-constant-p.cpp | 61 ++++++++++++++++++++++++++++ test/SemaCXX/enable_if.cpp | 11 ++++++ 6 files changed, 139 insertions(+), 39 deletions(-) create mode 100644 test/SemaCXX/builtin-constant-p.cpp