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 {
6767};
6868
6969class BridgedDiagnosticFixIt {
70- int64_t storage[6 ];
70+ int64_t storage[7 ];
7171
7272public:
7373#ifdef USED_IN_CPP_SOURCE
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ BridgedDiagnosticArgument::BridgedDiagnosticArgument(BridgedStringRef s)
3535 : BridgedDiagnosticArgument(DiagnosticArgument(s.get())) {}
3636
3737static_assert (sizeof (BridgedDiagnosticFixIt) >= sizeof (DiagnosticInfo::FixIt),
38- " BridgedDiagnosticArgument has wrong size" );
38+ " BridgedDiagnosticFixIt has wrong size" );
3939
4040static SourceLoc getSourceLoc (BridgedSourceLoc bridgedLoc) {
4141 return SourceLoc (llvm::SMLoc::getFromPointer (bridgedLoc.getLoc ()));
You can’t perform that action at this time.
0 commit comments