]> granicus.if.org Git - clang/commit
Update manglings for C++17 noexcept function types to match Jason Merrill's
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 3 Nov 2016 00:27:54 +0000 (00:27 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 3 Nov 2016 00:27:54 +0000 (00:27 +0000)
commit7b08e8d3886cb5c9e4254af57ca0c6cc0d508a1f
tree6d3935c8b24b4041a54da3ae8da1f27d94e7fc1d
parent44d4e59f5e7458c0f0b7dac1c7eaef86dbde9e49
Update manglings for C++17 noexcept function types to match Jason Merrill's
proposal on cxx-abi-dev earlier today.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@285870 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ItaniumMangle.cpp
test/CodeGenCXX/mangle-exception-spec.cpp
test/CodeGenCXX/rtti-qualfn.cpp