We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2dbabc commit e5e04a5Copy full SHA for e5e04a5
clang/include/clang/Basic/DiagnosticSemaKinds.td
@@ -2606,7 +2606,7 @@ def warn_inconsistent_destructor_marked_not_override_overriding : Warning <
2606
InGroup<CXX11WarnInconsistentOverrideDestructor>, DefaultIgnore;
2607
def warn_inconsistent_function_marked_not_override_overriding : Warning <
2608
"%sub{warn_function_marked_not_override_overriding}0">,
2609
- InGroup<CXX11WarnInconsistentOverrideMethod>;
+ InGroup<CXX11WarnInconsistentOverrideMethod>, DefaultIgnore;
2610
def warn_suggest_destructor_marked_not_override_overriding : Warning <
2611
"%sub{warn_destructor_marked_not_override_overriding}0">,
2612
InGroup<CXX11WarnSuggestOverrideDestructor>, DefaultIgnore;
0 commit comments