]> granicus.if.org Git - clang/commit
PR14141 (part of DR1351): An implicitly-deduced "any" exception specification
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 21 Oct 2012 23:00:34 +0000 (23:00 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 21 Oct 2012 23:00:34 +0000 (23:00 +0000)
commit03e6fda61f48a6f11fb3c9459d5ac3d5b1db2809
tree87767b0f2f490003a58671b3b3d75662bd482785
parent87234c83831dfb18247135add2bf14198604b3b4
PR14141 (part of DR1351): An implicitly-deduced "any" exception specification
produces an exception of 'noexcept(false)' and is thus compatible with an
explicit exception specification of 'noexcept(false)'.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166404 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/AST/DumpXML.cpp
test/CXX/except/except.spec/p14.cpp