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.
1 parent 2456a6e commit efc864dCopy full SHA for efc864d
utils/update_checkout/update-checkout-config.json
@@ -5,7 +5,7 @@
5
"llvm": {
6
"remote": { "id": "apple/swift-llvm" } },
7
"clang": {
8
- "remote": { "id": "apple/swift-clang" } },
+ "remote": { "id": "dan-zheng/swift-clang" } },
9
"swift": {
10
"remote": { "id": "apple/swift" } },
11
"lldb": {
@@ -53,7 +53,7 @@
53
"aliases": ["master", "stable"],
54
"repos": {
55
"llvm": "stable",
56
- "clang": "stable",
+ "clang": "callable",
57
"swift": "master",
58
"lldb": "stable",
59
"cmark": "master",
0 commit comments