[Mesa-dev] [PATCH] Cut down false positives when running the Clang Analyzer.

2014-04-24 Thread John Kåre Alsaker
--- src/mapi/glapi/gen/gl_table.py | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/mapi/glapi/gen/gl_table.py b/src/mapi/glapi/gen/gl_table.py index fd38468..d4075ff 100644 --- a/src/mapi/glapi/gen/gl_table.py +++ b/src/mapi/glapi/gen/gl_table.py @@ -101,10 +

[Mesa-dev] [PATCH] Cut down false positives when running the Clang Analyzer.

2012-10-11 Thread John Kåre Alsaker
--- src/gallium/auxiliary/util/u_debug.h | 2 +- src/gallium/include/pipe/p_compiler.h | 12 src/mapi/glapi/gen/gl_table.py| 14 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/src/gallium/auxiliary/util/u_debug.h b/src/gallium/auxiliary/util/