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 61de03c commit 997413aCopy full SHA for 997413a
validation-test/banned_apis/banned_apis.test
@@ -0,0 +1,7 @@
1
+// This test runs a grep that validates that specific patterns do not occur in
2
+// the code base.
3
+
4
+// The [c] is necessary to prevent substitutions by lit. Same difference since it
5
+// is just a regex.
6
+//
7
+// RUN: cd %swift_src_root && not git grep 'pragma [c]lang optimize off' include lib stdlib
0 commit comments