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/
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