Skip to content

Commit 3afb0f3

Browse files
Update symboldatabase.cpp [skip ci]
1 parent 7b7465b commit 3afb0f3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

lib/symboldatabase.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8822,3 +8822,10 @@ ValueType::MatchResult ValueType::matchParameter(const ValueType *call, const Va
88228822
}
88238823
return res;
88248824
}
8825+
8826+
void SymbolDatabase::getErrorMessages(ErrorLogger& /*errorLogger*/)
8827+
{
8828+
// TODO
8829+
//SymbolDatabase symdb;
8830+
//symdb.returnImplicitIntError(nullptr);
8831+
}

0 commit comments

Comments
 (0)