Improve diag text.

This commit is contained in:
Axel Naumann 2014-08-14 17:04:24 +02:00 committed by sftnight
parent e2f097927a
commit 14ee514d75

View File

@ -117,7 +117,7 @@ namespace cling {
if (!ND) {
unsigned diagID
= Diags.getCustomDiagID (DiagnosticsEngine::Level::Warning,
"'%0' missing falling back to .L");
"cannot find function '%0()'; falling back to .L");
//FIXME: Figure out how to pass in proper source locations, which we can
// use with -verify.
Diags.Report(noLoc, diagID)