Skip to content

Commit e5b9fbf

Browse files
authoredApr 12, 2024··
Update SemaDeclCXX.cpp
1 parent 972837d commit e5b9fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎clang/lib/Sema/SemaDeclCXX.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -10416,7 +10416,7 @@ void Sema::DiagnoseHiddenVirtualMethods(CXXMethodDecl *MD) {
1041610416

1041710417
// Don't diagnose hidden virtual methods in Microsoft extensions mode.
1041810418
if (getLangOpts().MicrosoftExt)
10419-
return;
10419+
return;
1042010420

1042110421
if (MD->isInvalidDecl())
1042210422
return;

0 commit comments

Comments
 (0)
Please sign in to comment.