Campbell Barton
3eb2724c14
Update clang array checker for new clang py api
2014-03-29 11:08:24 +11:00
Campbell Barton
456f3b318a
code cleanup: minor changes, clang checker option for exact size matches and use vector functions.
2013-04-14 12:01:12 +00:00
Campbell Barton
502ddd3128
code cleanup: warnings and style.
2013-04-12 00:50:40 +00:00
Campbell Barton
769ab3eed8
code cleanup:
...
- cycles ui used 'cscene' for scene.cycles and scene.cycles_curves
- style cleanup
2013-01-15 23:17:45 +00:00
Campbell Barton
0a5d44588c
switch verious references from py3.2 -> 3.3 or just 3.
2012-11-26 13:58:06 +00:00
Campbell Barton
5cf9d5e4ca
for utility checkers, use QUIET env var, not to print progress.
2012-11-07 01:00:27 +00:00
Campbell Barton
7614428c09
style cleanup: pep8
2012-10-08 10:03:01 +00:00
Campbell Barton
e8872a8ea2
style cleanup: if();
2012-10-07 09:48:59 +00:00
Campbell Barton
1e2f475512
added simple checker for array sizes, uses clang to parse C/C++,
...
Warns if an array is passed to a function where the array is declared larger, eg float[2] argument is passed function defined as float[3], (or a greater size).
Existing free static checkers dont do this from what I can tell.
2012-10-06 12:36:21 +00:00