This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 543b703ebe [DebugInfo] DISubprogram flags get their own flags word. NFC [...] new d8a18b8bb0 [clang][CodeGen] Implicit Conversion Sanitizer: discover the [...]
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: docs/ReleaseNotes.rst | 3 + lib/CodeGen/CGExprScalar.cpp | 23 +- ...t-integer-sign-changes-CompoundAssignOperator.c | 2561 ++++++++++++++++++ ...it-integer-truncations-CompoundAssignOperator.c | 2745 ++++++++++++++++++++ ...ncation-or-sign-change-CompoundAssignOperator.c | 2553 ++++++++++++++++++ 5 files changed, 7875 insertions(+), 10 deletions(-) create mode 100644 test/CodeGen/catch-implicit-integer-sign-changes-CompoundAssign [...] create mode 100644 test/CodeGen/catch-implicit-integer-truncations-CompoundAssignO [...] create mode 100644 test/CodeGen/catch-implicit-signed-integer-truncation-or-sign-c [...]