Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 577a95c8fab7c9371cff47d161675af0f1cfa449..0c201a52b63b8f6573b21363e7894b712e1eae2b 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -2633,6 +2633,12 @@ |
'clang_warning_flags': [ |
'-Wheader-hygiene', |
+ # TODO(thakis): Add -Wfor-loop-analysis to -Wall in clang, remove this: |
+ '-Wfor-loop-analysis', |
+ |
+ # TODO(thakis): Consider -Wloop-analysis (turns on |
+ # -Wrange-loop-analysis too). |
+ |
# Don't die on dtoa code that uses a char as an array index. |
# This is required solely for base/third_party/dmg_fp/dtoa.cc. |
'-Wno-char-subscripts', |