]> granicus.if.org Git - clang/commit
Don't diagnoes a mismatch between implicit and explicit exception
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 31 Aug 2016 20:38:32 +0000 (20:38 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 31 Aug 2016 20:38:32 +0000 (20:38 +0000)
commit51f60828f2936423f8edad0332d24291b50669bb
tree465cebddb4f762c68172441e4acb1d470826a3c7
parent2f0b1717a94f55a62be39a79950813a8634a2001
Don't diagnoes a mismatch between implicit and explicit exception
specifications under -fno-exceptions, just as we don't diagnose other exception
specification mismatch errors.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@280289 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExceptionSpec.cpp
test/CXX/basic/basic.stc/basic.stc.dynamic/p2-noexceptions.cpp
test/CXX/basic/basic.stc/basic.stc.dynamic/p2.cpp