From 38afd393cbcd41f9660b1be497095c67d7155b07 Mon Sep 17 00:00:00 2001 From: Axel Naumann Date: Thu, 14 Aug 2014 17:04:24 +0200 Subject: [PATCH] Improve diag text. --- interpreter/cling/lib/MetaProcessor/MetaSema.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.8.2