std.cfg std exceptions added to unusedvars (#4507)
This commit is contained in:
parent
fd9d05300e
commit
ff4eb586ea
25
cfg/std.cfg
25
cfg/std.cfg
|
@ -8675,6 +8675,31 @@ initializer list (7) string& replace (const_iterator i1, const_iterator i2, init
|
|||
<suppress>std::basic_fstream</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>
|
||||
|
|
Loading…
Reference in New Issue