code cleanup: minor changes, clang checker option for exact size matches and use vector functions.

This commit is contained in:
2013-04-14 12:01:12 +00:00
parent eb66c45301
commit 456f3b318a
6 changed files with 39 additions and 20 deletions

View File

@@ -49,6 +49,10 @@ def main():
check_commands = []
for c, inc_dirs, defs in source_info:
#~if "source/blender" not in c:
#~ continue
cmd = ([CHECKER_BIN] +
CHECKER_ARGS +
[c] +