[clang-tools-extra] [clang-tidy] Portability Template Virtual Member Function Check (PR #110099)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 27 05:56:42 PDT 2024
================
@@ -0,0 +1,36 @@
+.. title:: clang-tidy - portability-template-virtual-member-function
+
+portability-template-virtual-member-function
+============================================
+
+Upon instantiating a template class, non-virtual member functions don't have to be
----------------
EugeneZelenko wrote:
Please make first statement as in Release Notes.
https://github.com/llvm/llvm-project/pull/110099
More information about the cfe-commits
mailing list