This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c8e27aaeee [CodeGen] Before entering the loop that copies a non-trivial [...] new 92e9c12e91 Added warning for unary minus used with unsigned type
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/DiagnosticSemaKinds.td | 6 ++++++ lib/Sema/SemaChecking.cpp | 13 +++++++++++++ test/Sema/unary-minus-integer-impcast.c | 20 ++++++++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 test/Sema/unary-minus-integer-impcast.c