This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 24b2810 Bitcode: Simplify BitstreamWriter::EnterBlockInfoBlock() interface. new b3524de p0012: Teach resolving address of overloaded function with de [...] new ea6bc23 Implement ABI proposal for throwing noexcept function pointer [...]
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/Driver/CC1Options.td | 2 + include/clang/Frontend/CodeGenOptions.def | 1 + lib/CodeGen/ItaniumCXXABI.cpp | 113 +++++++++++++++++++++++++- lib/Frontend/CompilerInvocation.cpp | 1 + lib/Sema/SemaOverload.cpp | 29 +++++-- lib/Sema/SemaTemplateDeduction.cpp | 9 ++ test/CodeGenCXX/rtti-qualfn.cpp | 51 ++++++++++++ test/SemaCXX/cxx1z-noexcept-function-type.cpp | 14 +++- www/cxx_status.html | 20 +++-- 9 files changed, 222 insertions(+), 18 deletions(-) create mode 100644 test/CodeGenCXX/rtti-qualfn.cpp