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 0f5dc13 + 642d417 commit ce3f488Copy full SHA for ce3f488
lib/AST/ExtInfo.cpp
@@ -104,7 +104,7 @@ void UnexpectedClangTypeError::dump() {
104
switch (errorKind) {
105
case Kind::NullForCOrBlock: {
106
e << "Expected non-null Clang type for @convention(c)/@convention(block)"
107
- << " function but found nullptr.";
+ << " function but found nullptr.\n";
108
return;
109
}
110
case Kind::NonnullForNonCOrBlock: {
0 commit comments