]> granicus.if.org Git - clang/commit
Don't mark decls with mismatching exception specs invalid in MS mode (PR18683)
authorHans Wennborg <hans@hanshq.net>
Wed, 5 Feb 2014 02:37:58 +0000 (02:37 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 5 Feb 2014 02:37:58 +0000 (02:37 +0000)
commit67bd3df0160b989726a1b3ce62092d5d6597672d
tree174220a9c9dee7585ee5836e56ac215100e8ed1b
parent66ad8de6288e61a9b86d36283fd154179a42b1d4
Don't mark decls with mismatching exception specs invalid in MS mode (PR18683)

We accept these with a warning in MS mode, but we would previously mark them
invalid, causing us not to emit code for them.

Differential Revision: http://llvm-reviews.chandlerc.com/D2681

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200815 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExceptionSpec.cpp
test/CodeGenCXX/pr18661.cpp [new file with mode: 0644]