]> granicus.if.org Git - clang/commit
Suppress nothrow/Exception spec conflict warning when we dont know the ES.
authorErich Keane <erich.keane@intel.com>
Fri, 31 May 2019 16:46:38 +0000 (16:46 +0000)
committerErich Keane <erich.keane@intel.com>
Fri, 31 May 2019 16:46:38 +0000 (16:46 +0000)
commitb5cfeee0a6e73044cc755e2ab08145056b2d3fd4
tree41673142547b77547c07dae049a4295fe5632bae
parentb1e7e8246219d59b7ba0dbaf613b1eb366918d79
Suppress nothrow/Exception spec conflict warning when we dont know the ES.

In any situation where the Exception Spec isn't clear, suppress the
warning to avoid false positives.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@362243 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaType.cpp
test/SemaCXX/nothrow-vs-exception-specs.cpp