Skip to content

Commit

Permalink
Fix Wdocumentation warning. NFCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
RKSimon committed Mar 21, 2020
1 parent ff3aae6 commit a678724
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clang/lib/Sema/SemaDeclCXX.cpp
Expand Up @@ -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) {
Expand Down

0 comments on commit a678724

Please sign in to comment.