brintos

brintos / llvm-project-archived public Read only

0
0
Text · 416 B · aa09d0e Raw
11 lines · plain
1.. title:: clang-tidy - hicpp-use-override2.. meta::3   :http-equiv=refresh: 5;URL=../modernize/use-override.html4 5hicpp-use-override6==================7 8This check is an alias for :doc:`modernize-use-override <../modernize/use-override>`.9Implements `rule 10.2.1 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/derived-classes>`_ to10declare a virtual function `override` when overriding.11