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

Unified Diff: tools/clang/rewrite_to_chrome_style/tests/blocked_methods.txt

Issue 2639813002: --method-blocklist should also cover free functions. (Closed)
Patch Set: Created 3 years, 11 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
Index: tools/clang/rewrite_to_chrome_style/tests/blocked_methods.txt
diff --git a/tools/clang/rewrite_to_chrome_style/tests/blocked_methods.txt b/tools/clang/rewrite_to_chrome_style/tests/blocked_methods.txt
index 81d59898560d6b0f3f1b46c1c09a3ab95b67b1d9..8e82370f912b1f66597a0fe757156a5e644b6bd2 100644
--- a/tools/clang/rewrite_to_chrome_style/tests/blocked_methods.txt
+++ b/tools/clang/rewrite_to_chrome_style/tests/blocked_methods.txt
@@ -14,3 +14,6 @@ IdlTestClass:::idlOptionalArgsPass:::0
IdlTestClass:::idlOptionalArgsStillTooMany:::0
IdlTestClass:::idlOptionalArgsTooLittle:::2
IdlTemplateClass:::idlTestMethod:::1
+
+# Test for free functions:
+IdlFunctions:::foo:::0

Powered by Google App Engine
This is Rietveld 408576698