This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4d083037ef [analyzer] Add diagnostic text for generalized refcount anno [...] new 6a4e0d5fc1 [coroutines] Add serialization/deserialization of coroutines new 37cdc82da7 Introduce -nostdlib++ flag to disable linking the C++ standa [...]
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/AST/StmtCXX.h | 5 ++ include/clang/Driver/Options.td | 1 + include/clang/Driver/ToolChain.h | 4 ++ include/clang/Serialization/ASTBitCodes.h | 9 +++- lib/AST/StmtCXX.cpp | 14 ++++++ lib/Driver/ToolChain.cpp | 8 ++++ lib/Driver/ToolChains/Ananas.cpp | 7 ++- lib/Driver/ToolChains/BareMetal.cpp | 5 +- lib/Driver/ToolChains/CloudABI.cpp | 4 +- lib/Driver/ToolChains/CommonArgs.cpp | 10 ++-- lib/Driver/ToolChains/CrossWindows.cpp | 3 +- lib/Driver/ToolChains/Darwin.cpp | 5 +- lib/Driver/ToolChains/DragonFly.cpp | 3 +- lib/Driver/ToolChains/FreeBSD.cpp | 3 +- lib/Driver/ToolChains/Fuchsia.cpp | 16 ++++--- lib/Driver/ToolChains/Gnu.cpp | 16 ++++--- lib/Driver/ToolChains/Hexagon.cpp | 3 +- lib/Driver/ToolChains/MinGW.cpp | 3 +- lib/Driver/ToolChains/Minix.cpp | 3 +- lib/Driver/ToolChains/NaCl.cpp | 16 ++++--- lib/Driver/ToolChains/NetBSD.cpp | 3 +- lib/Driver/ToolChains/OpenBSD.cpp | 3 +- lib/Driver/ToolChains/PS4CPU.cpp | 3 +- lib/Driver/ToolChains/Solaris.cpp | 2 +- lib/Driver/ToolChains/WebAssembly.cpp | 3 +- lib/Serialization/ASTReaderStmt.cpp | 66 ++++++++++++++++++++------ lib/Serialization/ASTWriterStmt.cpp | 49 ++++++++++++++------ test/Driver/nostdlibxx.cpp | 8 ++++ test/PCH/coroutines.cpp | 77 +++++++++++++++++++++++++++++++ 29 files changed, 271 insertions(+), 81 deletions(-) create mode 100644 test/Driver/nostdlibxx.cpp create mode 100644 test/PCH/coroutines.cpp