Fix Wdocumentation warning. NFCI.

This commit is contained in:
Simon Pilgrim 2020-03-21 11:23:52 +00:00
parent ff3aae6908
commit a678724401
1 changed files with 0 additions and 1 deletions

View File

@ -6322,7 +6322,6 @@ static bool canPassInRegisters(Sema &S, CXXRecordDecl *D,
///
/// \param DiagID the primary error to report.
/// \param MD the overriding method.
/// \param OEK which overrides to include as notes.
static bool
ReportOverrides(Sema &S, unsigned DiagID, const CXXMethodDecl *MD,
llvm::function_ref<bool(const CXXMethodDecl *)> Report) {