This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b3f7cdc3d9 [X86] Update handling in CGBuiltin to be tolerant of out of [...] new 6fe85e4ee4 [x86] Teach the builtin argument range check to allow invali [...] new b88a7c5393 [x86] Fix a tiny bug in my test case in r335309 by marking t [...]
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: include/clang/Basic/DiagnosticSemaKinds.td | 5 +- include/clang/Sema/Sema.h | 4 +- lib/Sema/SemaChecking.cpp | 24 +++- test/CodeGen/builtins-mips-args.c | 28 ++--- test/CodeGen/builtins-systemz-vector-error.c | 140 +++++++++++------------ test/CodeGen/builtins-systemz-vector2-error.c | 32 +++--- test/CodeGen/builtins-systemz-zvector-error.c | 4 +- test/CodeGen/builtins-systemz-zvector2-error.c | 4 +- test/CodeGen/hexagon-check-builtins.c | 16 +-- test/Sema/aarch64-neon-fp16-ranges.c | 40 +++---- test/Sema/aarch64-neon-ranges.c | 150 ++++++++++++------------- test/Sema/arm-neon-types.c | 2 +- test/Sema/builtin-object-size.c | 6 +- test/Sema/builtin-prefetch.c | 6 +- test/Sema/builtins-arm.c | 32 +++--- test/Sema/builtins-arm64.c | 14 +-- test/Sema/builtins-ppc.c | 34 +++--- test/Sema/builtins-x86.c | 74 ++++++------ test/Sema/builtins-x86.cpp | 24 ++++ test/SemaCXX/neon-vector-types.cpp | 2 +- 20 files changed, 341 insertions(+), 300 deletions(-) create mode 100644 test/Sema/builtins-x86.cpp