]> granicus.if.org Git - clang/commit
Disable exception-spec compatibility checking under -fno-exceptions.
authorJohn McCall <rjmccall@apple.com>
Fri, 28 May 2010 08:37:35 +0000 (08:37 +0000)
committerJohn McCall <rjmccall@apple.com>
Fri, 28 May 2010 08:37:35 +0000 (08:37 +0000)
commit811d0bec4d4eb6a8ff373f97f98354d6e0e54ecb
treef8786274a29f2ca23e786fc43023d9d090d8e36e
parent1d0a5856d066f9030efbe3e0d9bbbb50ea597b99
Disable exception-spec compatibility checking under -fno-exceptions.
Fixes PR7243.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@104942 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExceptionSpec.cpp
test/SemaCXX/exception-spec-no-exceptions.cpp [new file with mode: 0644]