This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8385a295e2 Revert "Add support for attribute 'noescape'." new 4e8386f480 Implement C++ [basic.link]p8.
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/Basic/DiagnosticSemaKinds.td | 8 +++ include/clang/Sema/Sema.h | 5 ++ include/clang/Sema/SemaInternal.h | 3 +- lib/AST/Decl.cpp | 12 +++-- lib/Sema/Sema.cpp | 79 ++++++++++++++++++++++-------- lib/Sema/SemaDecl.cpp | 14 +----- lib/Sema/SemaExpr.cpp | 2 + test/Analysis/malloc.mm | 2 +- test/Analysis/reference.cpp | 11 +++-- test/CXX/basic/basic.link/p8.cpp | 69 ++++++++++++++++++++++++++ test/CodeGenCXX/debug-info-method.cpp | 3 ++ test/CodeGenCXX/mangle-ms-cxx11.cpp | 7 ++- test/CodeGenCXX/mangle.cpp | 3 +- test/PCH/cxx11-lambdas.mm | 2 +- test/SemaCXX/warn-unreachable.cpp | 16 +++--- 15 files changed, 180 insertions(+), 56 deletions(-) create mode 100644 test/CXX/basic/basic.link/p8.cpp