Enable modernize-use-override check in clang tidy

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major - P3
    • 8.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Query Execution
    • Fully Compatible
    • QE 2024-04-01
    • 143
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      This flag warns if we override a virtual function, but don't mark it as override or final.

      override or final protects us from cases where we rename the base function, but may forget to rename it in derived classes.

        There are no Sub-Tasks for this issue.

            Assignee:
            Ivan Fefer
            Reporter:
            Ivan Fefer
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: