This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3d8ffd268a [ARM] Allow "-march=foo+fp" to vary with foo new edd2b980cc [Sema] Prevent binding incompatible addr space ref to temporaries new 9d8044da01 Avoid using NoThrow Exception Specifier in non-C++ Modes.
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/Type.h | 20 ++++++++++++-------- include/clang/Basic/DiagnosticSemaKinds.td | 3 +++ include/clang/Sema/Initialization.h | 3 +++ include/clang/Sema/ParsedAttr.h | 2 +- lib/Sema/SemaInit.cpp | 19 ++++++++++++++++++- lib/Sema/SemaType.cpp | 25 ++++++++++++------------- test/Sema/attr-nothrow.c | 18 ++++++++++++++++++ test/SemaOpenCLCXX/address-space-references.cl | 5 +++++ 8 files changed, 72 insertions(+), 23 deletions(-) create mode 100644 test/Sema/attr-nothrow.c create mode 100644 test/SemaOpenCLCXX/address-space-references.cl