Lines Matching refs:prefixes
1 # Bad comment prefixes are diagnosed.
5 RUN: -comment-prefixes= | \
8 RUN: -comment-prefixes=,FOO | \
11 RUN: -comment-prefixes=FOO, | \
14 RUN: -comment-prefixes=FOO,,BAR | \
20 RUN: -comment-prefixes=. | \
23 RUN: -comment-prefixes='foo ' | \
28 # Check duplicate comment prefixes.
30 RUN: -comment-prefixes=FOO,BAR,BAZ,BAR | \
32 COMMENT-PREFIX-DUP: error: supplied comment prefix must be unique among check and comment prefixes:…
36 RUN: -check-prefixes=FOO,COM | \
39 RUN: -check-prefixes=RUN,FOO | \
41 CHECK-PREFIX-DUP-COM: error: supplied check prefix must be unique among check and comment prefixes:…
42 CHECK-PREFIX-DUP-RUN_: error: supplied check prefix must be unique among check and comment prefixes…
44 # Check user-supplied comment prefix that duplicates default check prefixes.
46 RUN: -comment-prefixes=CHECK | \
48 …-DUP-CHECK: error: supplied comment prefix must be unique among check and comment prefixes: 'CHECK'