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
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-04-14 16:01:12 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-14 16:01:12 +0400
commit456f3b318aa6ce4af2f12844bd89532eabea3374 (patch)
tree3664395269f9f9c6f223bb943d21888b0dc74bf0 /build_files/cmake/cmake_static_check_clang_array.py
parenteb66c453017521894d788d06ec2b966949549aa2 (diff)
code cleanup: minor changes, clang checker option for exact size matches and use vector functions.
Diffstat (limited to 'build_files/cmake/cmake_static_check_clang_array.py')
-rw-r--r--build_files/cmake/cmake_static_check_clang_array.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/build_files/cmake/cmake_static_check_clang_array.py b/build_files/cmake/cmake_static_check_clang_array.py
index 22b5d07c40c..17298599bdd 100644
--- a/build_files/cmake/cmake_static_check_clang_array.py
+++ b/build_files/cmake/cmake_static_check_clang_array.py
@@ -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] +