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 f7a38aa commit f748cd3Copy full SHA for f748cd3
Test/FastPathAlloc.m
@@ -1,4 +1,4 @@
1
-#if __clang_major__ < 18
+#if __clang_major__ < 18 || (__clang_major__ == 18 && __clang_minor__ < 1)
2
// Skip this test if clang is too old to support it.
3
int main(void)
4
{
0 commit comments