Skip to content

Commit 65f1b82

Browse files
authored
Merge pull request #13669 from thegameg/master
master-next: update to match LLVM r320996
2 parents 17fa484 + 15e209e commit 65f1b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/swift-ide-test/ModuleAPIDiff.cpp

Lines changed: 1 addition & 1 deletion
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)