This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 092d4340e1 Remove unused lit setting, see https://reviews.llvm.org/D46619 new 9741e8bd91 [OpenCL] Restrict various keywords in OpenCL C++ mode
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/DiagnosticCommonKinds.td | 4 ++ include/clang/Basic/DiagnosticParseKinds.td | 2 + include/clang/Basic/DiagnosticSemaKinds.td | 3 +- include/clang/Basic/TokenKinds.def | 50 +++++++++++----------- lib/Basic/IdentifierTable.cpp | 9 ++-- lib/Frontend/CompilerInvocation.cpp | 2 +- lib/Parse/ParseDecl.cpp | 26 ++++++++---- lib/Sema/SemaCast.cpp | 6 +++ lib/Sema/SemaDecl.cpp | 14 +++++++ lib/Sema/SemaExprCXX.cpp | 6 +++ test/Parser/opencl-cl20.cl | 12 +++--- test/Parser/opencl-cxx-keywords.cl | 50 ++++++++++++++++++++++ test/Parser/opencl-storage-class.cl | 8 ++-- test/SemaOpenCL/storageclass.cl | 10 ++--- test/SemaOpenCLCXX/restricted.cl | 63 ++++++++++++++++++++++++++++ 15 files changed, 214 insertions(+), 51 deletions(-) create mode 100644 test/Parser/opencl-cxx-keywords.cl create mode 100644 test/SemaOpenCLCXX/restricted.cl