File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -124,11 +124,8 @@ New checks
124
124
- New :doc: `portability-template-virtual-member-function
125
125
<clang-tidy/checks/portability/template-virtual-member-function>` check.
126
126
127
- Upon instantiating a template class, non-virtual member functions don't have
128
- to be instantiated unless they are used. Virtual member function instantiation
129
- on the other hand is unspecified and depends on the implementation of the compiler.
130
- This check intends to find cases when a virtual member function is not instantiated
131
- but it might be with a different compiler.
127
+ Finds cases when an uninstantiated virtual member function in a template class
128
+ causes cross-compiler incompatibility.
132
129
133
130
New check aliases
134
131
^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments