This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 727e35225e [analyzer] NFC: Run many existing C++ tests with a custom op [...] new 2915e0fd9e [coroutines] Pass coro func args to promise ctor new 738efbf68e [analyzer] Do not attempt to get the pointee of void*
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/Sema/ScopeInfo.h | 5 ++ include/clang/Sema/Sema.h | 1 + lib/Sema/CoroutineStmtBuilder.h | 4 - lib/Sema/ScopeInfo.cpp | 1 + lib/Sema/SemaCoroutine.cpp | 123 ++++++++++++++++++++++------- lib/Sema/TreeTransform.h | 4 +- lib/StaticAnalyzer/Core/PathDiagnostic.cpp | 3 + test/Analysis/malloc.c | 12 +++ test/CodeGenCoroutines/coro-params.cpp | 29 +++++++ test/SemaCXX/coroutines.cpp | 69 ++++++++++++++++ 10 files changed, 215 insertions(+), 36 deletions(-)