From: Axel Naumann Date: Thu, 14 Aug 2014 15:04:24 +0000 (+0200) Subject: Improve diag text. X-Git-Tag: v6-02-00-rc1~403 X-Git-Url: https://root.cern.ch/gitweb?p=root.git;a=commitdiff_plain;h=38afd393cbcd41f9660b1be497095c67d7155b07 Improve diag text. --- diff --git a/interpreter/cling/lib/MetaProcessor/MetaSema.cpp b/interpreter/cling/lib/MetaProcessor/MetaSema.cpp index a604b76..6c4c9c0 100644 --- a/interpreter/cling/lib/MetaProcessor/MetaSema.cpp +++ b/interpreter/cling/lib/MetaProcessor/MetaSema.cpp @@ -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)