-
- Downloads
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.
build_files/cmake/clang_array_check.py
0 → 100644
Please sign in to comment