Files
clang-p2996/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/macro-to-enum.rst
Richard 6e566bc552 [clang-tidy] Organize check doc files into subdirectories (NFC)
- Rename doc files to subdirs by module
- Update release notes and check list to use subdirs
- Update add_new_check.py to handle doc subdirs

Differential Revision: https://reviews.llvm.org/D126495
2022-06-16 16:06:20 -06:00

10 lines
342 B
ReStructuredText

.. title:: clang-tidy - cppcoreguidelines-macro-to-enum
.. meta::
:http-equiv=refresh: 5;URL=../modernize/macro-to-enum.html
cppcoreguidelines-macro-to-enum
===============================
The cppcoreguidelines-macro-to-enum check is an alias, please see
:doc:`modernize-macro-to-enum <../modernize/macro-to-enum>` for more information.