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 3fa7849 + 997413a commit 0d12285Copy full SHA for 0d12285
lib/Serialization/Serialization.cpp
@@ -76,8 +76,6 @@
76
77
#define DEBUG_TYPE "Serialization"
78
79
-#pragma clang optimize off
80
-
81
using namespace swift;
82
using namespace swift::serialization;
83
using namespace llvm::support;
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