This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5257f1ab6e [ASTDump] Make method definition order matches declaration order new 932217bae4 Add a 'dynamic' parameter to the objectsize intrinsic new c18e7e9007 Add a new builtin: __builtin_dynamic_object_size
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: docs/LanguageExtensions.rst | 26 ++ include/clang/Basic/Builtins.def | 1 + lib/AST/ExprConstant.cpp | 1 + lib/Analysis/CFG.cpp | 3 +- lib/CodeGen/CGBuiltin.cpp | 14 +- lib/CodeGen/CGCall.cpp | 3 +- lib/CodeGen/CGExpr.cpp | 3 +- lib/CodeGen/CodeGenFunction.h | 6 +- lib/Sema/SemaChecking.cpp | 1 + .../Checkers/BuiltinFunctionChecker.cpp | 1 + test/CodeGen/alloc-size.c | 219 +++++------ test/CodeGen/catch-undef-behavior.c | 2 +- test/CodeGen/object-size.c | 409 +++++++++++---------- test/CodeGen/object-size.cpp | 14 +- test/Sema/builtin-object-size.c | 47 ++- 15 files changed, 405 insertions(+), 345 deletions(-)