================ @@ -0,0 +1,33 @@ +.. title:: clang-tidy - portability-template-virtual-member-function + +portability-template-virtual-member-function +============================================ +Per C++ ``[temp.inst#11]``: "It is unspecified whether or not an implementation +implicitly instantiates a virtual member function of a class template if the virtual +member function would not otherwise be instantiated." + +In the following snippets the virtual member function is not instantiated by gcc and clang, ---------------- EugeneZelenko wrote:
```suggestion In the following snippets the virtual member function is not instantiated by GCC and Clang, ``` https://github.com/llvm/llvm-project/pull/110099 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits