]> granicus.if.org Git - clang/commit
Implement ABI proposal for throwing noexcept function pointers, per discussion
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 1 Nov 2016 01:34:46 +0000 (01:34 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 1 Nov 2016 01:34:46 +0000 (01:34 +0000)
commitea6bc23d769d33e366a94601496b86d86edb2857
treee29eb82e9ef8900f2521ff36b326527221c6fe5b
parentb3524deb09dbcaaa5cfec24b4fb447ae906a6d50
Implement ABI proposal for throwing noexcept function pointers, per discussion
on cxx-abi-dev (thread starting 2016-10-11). This is currently hidden behind a
cc1-only -m flag, pending discussion of how best to deal with language changes
that require use of new symbols from the ABI library.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@285664 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CC1Options.td
include/clang/Frontend/CodeGenOptions.def
lib/CodeGen/ItaniumCXXABI.cpp
lib/Frontend/CompilerInvocation.cpp
test/CodeGenCXX/rtti-qualfn.cpp [new file with mode: 0644]
www/cxx_status.html