This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from cc732a2 [Coroutines] Fix assertion about uncorrected typos in co_awai [...] new bec0fbe P0035R4: add std::align_val_t overloads of operator new/delet [...]
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/Sema/Sema.h | 8 ++- lib/AST/DeclCXX.cpp | 2 +- lib/Sema/SemaDecl.cpp | 24 ++++++--- lib/Sema/SemaDeclCXX.cpp | 4 ++ lib/Sema/SemaExprCXX.cpp | 102 +++++++++++++++++++++------------------ lib/Serialization/ASTReader.cpp | 8 +-- lib/Serialization/ASTWriter.cpp | 3 +- test/CXX/drs/dr5xx.cpp | 6 +++ test/PCH/cxx1z-aligned-alloc.cpp | 35 ++++++++++++++ 9 files changed, 132 insertions(+), 60 deletions(-) create mode 100644 test/PCH/cxx1z-aligned-alloc.cpp