Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(314)

Unified Diff: tools/presubmit.py

Issue 433813002: Add iteration macros. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: No rvalues with MSVC Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/cctest/test-utils.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/presubmit.py
diff --git a/tools/presubmit.py b/tools/presubmit.py
index 1004d965c1b0e0590c157eb40d45b2792544511b..dd8dc2a6a7fa31240088520d72325a9aaa6ecd4b 100755
--- a/tools/presubmit.py
+++ b/tools/presubmit.py
@@ -229,7 +229,7 @@ class CppLintProcessor(SourceFileProcessor):
return (super(CppLintProcessor, self).IgnoreDir(name)
or (name == 'third_party'))
- IGNORE_LINT = ['flag-definitions.h']
+ IGNORE_LINT = ['flag-definitions.h', 'foreach.h']
def IgnoreFile(self, name):
return (super(CppLintProcessor, self).IgnoreFile(name)
« no previous file with comments | « test/cctest/test-utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698