]> granicus.if.org Git - clang/commit
Don't do delayed exception-specification checking on an invalid
authorDouglas Gregor <dgregor@apple.com>
Fri, 1 Feb 2013 04:49:10 +0000 (04:49 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 1 Feb 2013 04:49:10 +0000 (04:49 +0000)
commit10318845f40d50b9d0ce010b0ea8d93a7b5ab029
treef13abf878dfda4333d72304b6da827138b6e5a9c
parent199402b9e081dedc28e19ab6e727470b34f2f64d
Don't do delayed exception-specification checking on an invalid
class. Fixes <rdar://problem/13017229>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174145 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp
test/CXX/except/except.spec/p14.cpp