This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f8efa958c2 [NFC][CodeGen][UBSan] EmitCheckedInBoundsGEP(): pass a vecto [...] new 365b1264c7 [Diagnostics] Refactor code for -Wsizeof-pointer-div, catch [...] new 7e836a876a [NFC] Added new tests for r371222
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 | 6 ++++- lib/Sema/SemaChecking.cpp | 2 +- lib/Sema/SemaExpr.cpp | 35 ++++++++++++++++++++---------- test/Sema/div-sizeof-array.cpp | 26 ++++++++++++++++++++++ test/Sema/div-sizeof-ptr.cpp | 18 ++++++++------- 5 files changed, 66 insertions(+), 21 deletions(-) create mode 100644 test/Sema/div-sizeof-array.cpp