Skip to content

Commit 9f78992

Browse files
committed
addressed comments
1 parent b575d5d commit 9f78992

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,8 @@ New checks
124124
- New :doc:`portability-template-virtual-member-function
125125
<clang-tidy/checks/portability/template-virtual-member-function>` check.
126126

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.
132129

133130
New check aliases
134131
^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)