std.cfg std exceptions added to unusedvars (#4507)

This commit is contained in:
Maksim Derbasov 2022-09-26 21:08:48 +03:00 committed by GitHub
parent fd9d05300e
commit ff4eb586ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 3 deletions

View File

@ -8669,16 +8669,41 @@ initializer list (7) string& replace (const_iterator i1, const_iterator i2, init
<suppress>std::unique_lock</suppress>
<suppress>std::shared_lock</suppress>
<suppress>std::fstream</suppress>
<suppress>std::wfstream</suppress>
<suppress>std::wfstream</suppress>
<suppress>std::ofstream</suppress>
<suppress>std::wofstream</suppress>
<suppress>std::basic_fstream</suppress>
<suppress>std::basic_ofstream</suppress>
<suppress>std::basic_ofstream</suppress>
<check>std::pair</check>
<check>std::exception</check>
<check>std::logic_error</check>
<check>std::domain_error</check>
<check>std::invalid_argument</check>
<check>std::length_error</check>
<check>std::out_of_range</check>
<check>std::future_error</check>
<check>std::runtime_error</check>
<check>std::range_error</check>
<check>std::overflow_error</check>
<check>std::underflow_error</check>
<check>std::regex_error</check>
<check>std::system_error</check>
<check>std::bad_typeid</check>
<check>std::bad_cast</check>
<check>std::bad_optional_access</check>
<check>std::bad_expected_access</check>
<check>std::bad_weak_ptr</check>
<check>std::bad_function_call</check>
<check>std::bad_alloc</check>
<check>std::bad_array_new_length</check>
<check>std::bad_exception</check>
<check>std::ios_base::failure</check>
<check>std::filesystem::filesystem_error</check>
<check>std::bad_variant_access</check>
</unusedvar>
<operatorEqVarError>
<suppress>std::mutex</suppress>
<suppress>std::recursive_mutex</suppress>
<suppress>std::recursive_mutex</suppress>
</operatorEqVarError>
</type-checks>
<podtype name="char8_t,std::char8_t" sign="u" size="1"/>