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)
commit6e5610fa4d5d3f89671bb7efbdff518b62f5ed99
treecd338b4bb97e610eeb849eb8c691e0e9832554f3
parent9095e5bf7e4fc06e3b683228ac8da975fc254a55
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.

llvm-svn: 285664
clang/include/clang/Driver/CC1Options.td
clang/include/clang/Frontend/CodeGenOptions.def
clang/lib/CodeGen/ItaniumCXXABI.cpp
clang/lib/Frontend/CompilerInvocation.cpp
clang/test/CodeGenCXX/rtti-qualfn.cpp [new file with mode: 0644]
clang/www/cxx_status.html