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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Test input file for --method-blocklist parameter. 1 # Test input file for --method-blocklist parameter.
2 2
3 # Blank line below: 3 # Blank line below:
4 4
5 # Line with whitespace only below: 5 # Line with whitespace only below:
6 6
7 IdlTestClass:::idlTestMethodNoParams:::0 7 IdlTestClass:::idlTestMethodNoParams:::0
8 IdlTestClass:::idlTestMethodOneParam:::1 8 IdlTestClass:::idlTestMethodOneParam:::1
9 IdlTestClass:::idlTestMethodTwoOrThreeParams:::2 9 IdlTestClass:::idlTestMethodTwoOrThreeParams:::2
10 IdlTestClass:::idlTestMethodTwoOrThreeParams:::3 10 IdlTestClass:::idlTestMethodTwoOrThreeParams:::3
11 IdlTestClass:::idlTemplateMethod:::1 11 IdlTestClass:::idlTemplateMethod:::1
12 IdlTestClass:::path:::0 12 IdlTestClass:::path:::0
13 IdlTestClass:::idlOptionalArgsPass:::0 13 IdlTestClass:::idlOptionalArgsPass:::0
14 IdlTestClass:::idlOptionalArgsStillTooMany:::0 14 IdlTestClass:::idlOptionalArgsStillTooMany:::0
15 IdlTestClass:::idlOptionalArgsTooLittle:::2 15 IdlTestClass:::idlOptionalArgsTooLittle:::2
16 IdlTemplateClass:::idlTestMethod:::1 16 IdlTemplateClass:::idlTestMethod:::1
17
18 # Test for free functions:
19 IdlFunctions:::foo:::0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698