forked from OSchip/llvm-project
Fix Wdocumentation warning. NFCI.
This commit is contained in:
parent
ff3aae6908
commit
a678724401
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue