Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix formatting
  • Loading branch information
Endilll committed May 13, 2024
commit db81a5d6b977c575894bdaf718118fdcc0647366
2 changes: 1 addition & 1 deletion clang/lib/Sema/SemaDeclObjC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5354,7 +5354,7 @@ class UnusedBackingIvarChecker
}
return true;
}
};
};
} // end anonymous namespace

void SemaObjC::DiagnoseUnusedBackingIvarInAccessor(
Expand Down