Files
linux-packaging-mono/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/modernize-use-override.rst

8 lines
162 B
ReStructuredText
Raw Normal View History

.. title:: clang-tidy - modernize-use-override
modernize-use-override
======================
Use C++11's ``override`` and remove ``virtual`` where applicable.