Re: [Mesa-dev] [PATCH] Report that no function found if signature lookup is empty

2013-12-20 Thread Ian Romanick
On 12/09/2013 01:18 AM, Kevin Rogovin wrote: > Enhancement: if no function signature is found for a function > name, report that the function is not found instead of printing > an empty list of candidates. I made the minor changes that I mention below and pushed it with my R-b. > --- > src/glsl/

[Mesa-dev] [PATCH] Report that no function found if signature lookup is empty

2013-12-09 Thread Kevin Rogovin
Enhancement: if no function signature is found for a function name, report that the function is not found instead of printing an empty list of candidates. --- src/glsl/ast_function.cpp | 27 +-- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/src/glsl/ast_f