We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3afb0f3 commit 873cfddCopy full SHA for 873cfdd
1 file changed
lib/symboldatabase.h
@@ -1430,6 +1430,7 @@ class CPPCHECKLIB SymbolDatabase {
1430
/* returns the opening { if tok points to enum */
1431
static const Token* isEnumDefinition(const Token* tok);
1432
1433
+ static void getErrorMessages(ErrorLogger& /*errorLogger*/);
1434
1435
// check if type has no side effects (no constructors and no members with constructors)
1436
/** @todo false negative: check constructors for side effects */
0 commit comments