File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ class BridgedDiagnosticArgument {
67
67
};
68
68
69
69
class BridgedDiagnosticFixIt {
70
- int64_t storage[6 ];
70
+ int64_t storage[7 ];
71
71
72
72
public:
73
73
#ifdef USED_IN_CPP_SOURCE
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ BridgedDiagnosticArgument::BridgedDiagnosticArgument(BridgedStringRef s)
35
35
: BridgedDiagnosticArgument(DiagnosticArgument(s.get())) {}
36
36
37
37
static_assert (sizeof (BridgedDiagnosticFixIt) >= sizeof(DiagnosticInfo::FixIt),
38
- "BridgedDiagnosticArgument has wrong size");
38
+ "BridgedDiagnosticFixIt has wrong size");
39
39
40
40
static SourceLoc getSourceLoc (BridgedSourceLoc bridgedLoc) {
41
41
return SourceLoc (llvm::SMLoc::getFromPointer (bridgedLoc.getLoc ()));
You can’t perform that action at this time.
0 commit comments