[clang-tools-extra] [clang-tidy] Portability Template Virtual Member Function Check (PR #110099)

via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 26 07:50:52 PDT 2024


================
@@ -103,6 +103,13 @@ Improvements to clang-tidy
 New checks
 ^^^^^^^^^^
 
+- New :doc:`portability-template-virtual-member-function
+  <clang-tidy/checks/portability/template-virtual-member-function>` check.
+
+  Detects C++ [temp.inst#11]: "It is unspecified whether or not an implementation 
----------------
EugeneZelenko wrote:

Please reformulate with own words. Reference should be part of documentation.

https://github.com/llvm/llvm-project/pull/110099


More information about the cfe-commits mailing list