This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4bdcbad8ff [OpenCL] Added -std/-cl-std=c++ new ad67578ed9 Diagnose cases of "return x" that should be "return std::mov [...]
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/DiagnosticGroups.td | 11 +- include/clang/Basic/DiagnosticSemaKinds.td | 13 ++ include/clang/Sema/Sema.h | 4 + lib/Sema/SemaStmt.cpp | 127 +++++++++-- test/SemaCXX/warn-return-std-move.cpp | 334 +++++++++++++++++++++++++++++ 5 files changed, 471 insertions(+), 18 deletions(-) create mode 100644 test/SemaCXX/warn-return-std-move.cpp