This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b319a856c2 [analyzer] Do not crash in NoStoreFuncVisitor notes if an un [...] new 44c07c3132 [constexpr] Support for constant evaluation of __builtin_mem [...]
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/Basic/Builtins.def | 4 + include/clang/Basic/DiagnosticASTKinds.td | 14 ++ lib/AST/ExprConstant.cpp | 247 ++++++++++++++++++++++++------ test/CodeGen/builtin-memfns.c | 28 ++++ test/SemaCXX/constexpr-string.cpp | 148 +++++++++++++++++- 5 files changed, 387 insertions(+), 54 deletions(-)