Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-87974

Enable modernize-use-override check in clang tidy

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

      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.

            Assignee:
            ivan.fefer@mongodb.com Ivan Fefer
            Reporter:
            ivan.fefer@mongodb.com Ivan Fefer
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: