We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6508db8 commit 65ccfcdCopy full SHA for 65ccfcd
features.schema.yaml
@@ -38,7 +38,7 @@ definitions:
38
description: "A list of toolchains that support the feature."
39
items:
40
type: string
41
- pattern: "^(GCC|Clang|MSVC|Xcode)( [0-9]+(\\.[0-9]+)*)?( \\((partial|hint)\\))?$"
+ pattern: "^(GCC|Clang|MSVC|Xcode|owcc|TinyCC)( [0-9]+(\\.[0-9]+)*)?( \\((partial|hint)\\))?$"
42
hints:
43
type: array
44
description: "A list of hints targeting toolchains in the support list."
0 commit comments