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)
commitc25be714260258b09ff6a0779fa596c5e8642935
treea2f27bc9eb7ebe4589899d9c6899af3f6a98019e
parent0c55514a43af13d26534c30fcae0c6a9c408bf19
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)'.

llvm-svn: 166404
clang/include/clang/Sema/Sema.h
clang/lib/AST/DumpXML.cpp
clang/test/CXX/except/except.spec/p14.cpp