Skip to content

Commit 40ef3c6

Browse files
committed
Add change note
1 parent 2dc3c18 commit 40ef3c6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
* `A7-3-1` - `HiddenInheritedNonOverridableMemberFunction.ql`:
2+
- Reduce duplication by reporting only a single location for each declaration of a problematic element.
3+
- Reduce duplication when reporting the hidden function by reporting only one declaration entry.
4+
- Improve performance by eliminating a number of bad join orders.
5+
- Fix false positives where the using declaration occurred after the function declaration.
6+
- Exclude special member functions, which cannot be inherited.

0 commit comments

Comments
 (0)