[PATCH] D117939: [clang-tidy] Add more documentation about check development
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 22 17:58:57 PST 2022
Eugene.Zelenko added inline comments.
================
Comment at: clang-tools-extra/docs/clang-tidy/Contributing.rst:232
+
+If your check applies only to specific versions of the C++ standard, you will
+want to override the method ``isLanguageVersionSupported`` to reflect that.
----------------
Other languages and their versions are applicable too.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117939/new/
https://reviews.llvm.org/D117939
More information about the cfe-commits
mailing list