Refactoring error messages
This commit is contained in:
parent
8347b9b38a
commit
c9ff53fbed
|
@ -1714,9 +1714,9 @@ void Tokenizer::simplifyTemplates()
|
||||||
locationList.push_back(loc);
|
locationList.push_back(loc);
|
||||||
|
|
||||||
const ErrorLogger::ErrorMessage errmsg(locationList,
|
const ErrorLogger::ErrorMessage errmsg(locationList,
|
||||||
"error",
|
"information",
|
||||||
"Internal error: failed to instantiate template. The checking continues anyway.",
|
"Failed to instantiate template. The checking continues anyway.",
|
||||||
"internalError");
|
"templateInstantiate");
|
||||||
|
|
||||||
_errorLogger->reportErr(errmsg);
|
_errorLogger->reportErr(errmsg);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue