This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8575c876d6 Revert "[Analysis] -Wunreachable-code shouldn't fire on the [...] new 849fa7559b [ASTImporter] Import every Decl in lambda record new 3c143d45ee [OpenCL][PR40707] Allow OpenCL C types in C++ mode.
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/DiagnosticParseKinds.td | 2 -- include/clang/Basic/TokenKinds.def | 4 ++-- lib/AST/ASTImporter.cpp | 10 +++------- lib/Parse/ParseDecl.cpp | 17 ++++------------- lib/Parse/ParseExprCXX.cpp | 7 +++++++ lib/Parse/ParseTentative.cpp | 9 +++++++++ lib/Sema/SemaDeclAttr.cpp | 4 +++- test/CodeGenOpenCL/images.cl | 1 + test/SemaOpenCL/invalid-image.cl | 3 ++- test/SemaOpenCLCXX/restricted.cl | 22 ---------------------- unittests/AST/ASTImporterTest.cpp | 20 ++++++++++++++++++++ 11 files changed, 51 insertions(+), 48 deletions(-)