This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from be6c4bde2d [clang] Fix test failures after the rL364399 new f269c05476 [OpenCL] Improve diagnostic for placement new new 7ddbee4c06 [clang/DIVar] Emit the flag for params that have unmodified value
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 | 3 +++ lib/CodeGen/CGDebugInfo.cpp | 39 ++++++++++++++++++++++++++++ lib/CodeGen/CGDebugInfo.h | 4 +++ lib/Sema/SemaExprCXX.cpp | 6 ++++- test/CodeGen/debug-info-param-modification.c | 12 +++++++++ test/SemaOpenCLCXX/newdelete.cl | 2 +- 6 files changed, 64 insertions(+), 2 deletions(-) create mode 100644 test/CodeGen/debug-info-param-modification.c