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 5450585 commit 9ec0900Copy full SHA for 9ec0900
swift/extractor/trap/BUILD.bazel
@@ -53,6 +53,5 @@ swift_cc_library(
53
deps = [
54
"//swift/extractor/infra/file",
55
"//swift/logging",
56
- "@absl//absl/numeric:bits",
57
],
58
)
swift/logging/SwiftDiagnostics.h
@@ -83,13 +83,6 @@ struct SwiftDiagnostic {
83
84
private:
85
bool has(Visibility v) const;
86
-
87
- constexpr void setOptionalArg(Visibility v) { visibility = v; }
88
- constexpr void setOptionalArg(Severity s) { severity = s; }
89
90
- // intentionally left undefined
91
- template <typename T>
92
- constexpr void setOptionalArg(T);
93
};
94
95
inline constexpr SwiftDiagnostic::Visibility operator|(SwiftDiagnostic::Visibility lhs,
0 commit comments