cppcheckError: Rephrazed the error message. The 'internal error' sounds like something dangerous happens that needs to be fixed. So I think 'analysis failed' is better. If the code has a syntax error then 'analysis failed' is entirely ok.

This commit is contained in:
Daniel Marjamäki 2011-02-20 19:56:13 +01:00
parent 7f67438d99
commit 5dea79a07d
1 changed files with 1 additions and 1 deletions

View File

@ -8136,7 +8136,7 @@ void Tokenizer::cppcheckError(const Token *tok) const
const ErrorLogger::ErrorMessage errmsg(locationList,
Severity::error,
"### Internal error in Cppcheck. Please report it.",
"Analysis failed. If the code is valid then please report this failure.",
"cppcheckError");
if (_errorLogger)