This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f47686b Do not add uwtable attribute by default for MachO targets. new 389f07b Fix implementation of C++'s restrictions on using-declaration [...] new bac478a Update FIXME.
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/Basic/DiagnosticSemaKinds.td | 4 +- lib/Sema/SemaDeclCXX.cpp | 22 ++++-- lib/Sema/SemaLookup.cpp | 3 +- .../basic.namespace/namespace.udecl/p3-cxx0x.cpp | 46 ------------ .../dcl.dcl/basic.namespace/namespace.udecl/p3.cpp | 82 ++++++++++++++++++++++ .../namespace.udecl/{p6-cxx0x.cpp => p6-cxx11.cpp} | 3 +- test/CXX/drs/dr4xx.cpp | 4 +- test/SemaCXX/enum-scoped.cpp | 4 +- 8 files changed, 108 insertions(+), 60 deletions(-) delete mode 100644 test/CXX/dcl.dcl/basic.namespace/namespace.udecl/p3-cxx0x.cpp create mode 100644 test/CXX/dcl.dcl/basic.namespace/namespace.udecl/p3.cpp rename test/CXX/dcl.dcl/basic.namespace/namespace.udecl/{p6-cxx0x.cpp => p6-cxx11. [...]