This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_80 in repository clang.
from 8ffe5246a3 [WebAssembly] Backport custom import name changes for clang to 8.0. new 61fc5f8f40 Revert r350404
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/Parse/Parser.h | 5 -- include/clang/Sema/Sema.h | 19 ++++--- lib/Parse/ParseObjc.cpp | 2 +- lib/Parse/ParseOpenMP.cpp | 14 +++-- lib/Parse/ParseStmt.cpp | 26 ++-------- lib/Sema/SemaCoroutine.cpp | 17 +++---- lib/Sema/SemaDecl.cpp | 6 +-- lib/Sema/SemaDeclCXX.cpp | 14 +++-- lib/Sema/SemaExpr.cpp | 5 +- lib/Sema/SemaExprCXX.cpp | 2 - lib/Sema/SemaLambda.cpp | 2 +- lib/Sema/SemaOpenMP.cpp | 55 ++++++++------------ lib/Sema/SemaStmt.cpp | 65 ++++++++++++++---------- lib/Sema/TreeTransform.h | 15 +++--- test/CXX/stmt.stmt/stmt.select/p3.cpp | 9 ++-- test/CodeCompletion/pragma-macro-token-caching.c | 2 +- test/Parser/cxx1z-init-statement.cpp | 8 +-- test/Parser/switch-recovery.cpp | 2 +- test/SemaCXX/cxx1z-init-statement.cpp | 8 +-- test/SemaCXX/for-range-examples.cpp | 2 +- test/SemaCXX/warn-unused-result.cpp | 40 --------------- 21 files changed, 122 insertions(+), 196 deletions(-)