We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc3c18 commit 40ef3c6Copy full SHA for 40ef3c6
change_notes/2023-09-28-a7-3-1-updates.md
@@ -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