CheckUninitVar: Try to activate the valueflow based checking again
This commit is contained in:
parent
3abb62a6d1
commit
e087156e30
|
@ -1227,11 +1227,6 @@ void CheckUninitVar::uninitStructMemberError(const Token *tok, const std::string
|
||||||
|
|
||||||
void CheckUninitVar::valueFlowUninit()
|
void CheckUninitVar::valueFlowUninit()
|
||||||
{
|
{
|
||||||
// FIXME: #8036, #8041
|
|
||||||
// When this is fixed, #7293 can be closed
|
|
||||||
if (!_settings->experimental)
|
|
||||||
return;
|
|
||||||
|
|
||||||
const SymbolDatabase *symbolDatabase = _tokenizer->getSymbolDatabase();
|
const SymbolDatabase *symbolDatabase = _tokenizer->getSymbolDatabase();
|
||||||
std::list<Scope>::const_iterator scope;
|
std::list<Scope>::const_iterator scope;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue