This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 53b59bc247 [CodeGen] Reland r330442: Add an option to suppress output o [...] new 1fb3c210ec [OpenCL] Reject virtual functions for OpenCL C++
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/DiagnosticParseKinds.td | 4 +++ include/clang/Basic/LangOptions.def | 1 + lib/Frontend/CompilerInvocation.cpp | 1 + lib/Parse/ParseDecl.cpp | 10 ++++++- test/Parser/opencl-cxx-virtual.cl | 45 +++++++++++++++++++++++++++++ 5 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 test/Parser/opencl-cxx-virtual.cl