We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc15343 + f999870 commit 14be9e7Copy full SHA for 14be9e7
utils/gyb_syntax_support/protocolsMap.py
@@ -0,0 +1,18 @@
1
+SYNTAX_BUILDABLE_EXPRESSIBLE_AS_CONFORMANCES = {
2
+ 'ExpressibleAsConditionElement': [
3
+ 'ExpressibleAsConditionElementList'
4
+ ],
5
+ 'ExpressibleAsDeclBuildable': [
6
+ 'ExpressibleAsCodeBlockItem',
7
+ 'ExpressibleAsMemberDeclListItem',
8
+ 'ExpressibleAsSyntaxBuildable'
9
10
+ 'ExpressibleAsStmtBuildable': [
11
12
13
14
+ 'ExpressibleAsExprList': [
15
+ 'ExpressibleAsConditionElement',
16
17
+ ]
18
+}
0 commit comments