Skip to content
  • Daniel Pfeifer's avatar
    Add CM_OVERRIDE to some functions · 7647f6af
    Daniel Pfeifer authored and Brad King's avatar Brad King committed
    Run clang-tidy's modernize-use-override checker.  This checker must have
    issues in version 3.8.  It has way too little matches.  And it adds
    override to destructors.  Revert the changes on the destructors and
    change override to CM_OVERRIDE.
    7647f6af