This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4889058f23 Move the visitor classes that are used to traverse non-trivi [...] new aceeee6ed4 [Sema] Warn about memcpy'ing non-trivial C structs.
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 | 7 ++ lib/Sema/SemaChecking.cpp | 111 ++++++++++++++++++++++- test/SemaObjC/warn-nontrivial-struct-memaccess.m | 39 ++++++++ 3 files changed, 156 insertions(+), 1 deletion(-) create mode 100644 test/SemaObjC/warn-nontrivial-struct-memaccess.m