File tree Expand file tree Collapse file tree 3 files changed +3
-744
lines changed
stdlib/include/llvm/Support Expand file tree Collapse file tree 3 files changed +3
-744
lines changed Original file line number Diff line number Diff line change @@ -207,6 +207,9 @@ enum class AssociatedValueCheck {
207
207
// / Diagnostic printing of \c StaticSpellingKind.
208
208
llvm::raw_ostream &operator <<(llvm::raw_ostream &OS, StaticSpellingKind SSK);
209
209
210
+ // / Diagnostic printing of \c ReferenceOwnership.
211
+ llvm::raw_ostream &operator <<(llvm::raw_ostream &OS, ReferenceOwnership RO);
212
+
210
213
// / Encapsulation of the overload signature of a given declaration,
211
214
// / which is used to determine uniqueness of a declaration within a
212
215
// / given context.
Original file line number Diff line number Diff line change 23
23
#include " llvm/ADT/StringRef.h"
24
24
#include " llvm/Support/Compiler.h"
25
25
#include " llvm/Support/ErrorHandling.h"
26
- #include " llvm/Support/raw_ostream.h"
27
26
#include < assert.h>
28
27
#include < limits.h>
29
28
#include < stdint.h>
@@ -118,9 +117,6 @@ optionalityOf(ReferenceOwnership ownership) {
118
117
llvm_unreachable (" impossible" );
119
118
}
120
119
121
- // / Diagnostic printing of \c StaticSpellingKind.
122
- llvm::raw_ostream &operator <<(llvm::raw_ostream &OS, ReferenceOwnership RO);
123
-
124
120
// / Different kinds of value ownership supported by Swift.
125
121
enum class ValueOwnership : uint8_t {
126
122
// / the context-dependent default ownership (sometimes shared,
You can’t perform that action at this time.
0 commit comments