Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-10-06 16:36:21 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-10-06 16:36:21 +0400
commit1e2f475512e5d5614078a6154cfd38a0e05fa6ea (patch)
treef50063eb60d1df4e248ca1c73899929487a6ea78 /doc
parent4cc29110aa8c2f351f357859752342af28dc8fd5 (diff)
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.
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions