Skip to content

Commit 15e209e

Browse files
bob-wilsonfrancisvm
authored andcommitted
master-next: update to match LLVM r320996
The YAML mustQuote function now returns an enum instead of a bool.
1 parent 17fa484 commit 15e209e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/swift-ide-test/ModuleAPIDiff.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ decl-attributes ::=
233233
return ScalarTraits<std::string>::input(Scalar, Context, \
234234
Val.STRING_MEMBER_NAME); \
235235
} \
236-
static bool mustQuote(StringRef S) { \
236+
static QuotingType mustQuote(StringRef S) { \
237237
return ScalarTraits<std::string>::mustQuote(S); \
238238
} \
239239
}; \

0 commit comments

Comments
 (0)