Skip to content

Commit 0493b68

Browse files
authored
Merge pull request #497 from jbj/disable-no-virtual-destructor
C++: Remove @precision from AV Rule 78
2 parents 33111b6 + d7c2f9d commit 0493b68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/ql/src/jsf/4.10 Classes/AV Rule 78.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* @description All base classes with a virtual function should define a virtual destructor. If an application attempts to delete a derived class object through a base class pointer, the result is undefined if the base class destructor is non-virtual.
44
* @kind problem
55
* @problem.severity warning
6-
* @precision high
76
* @id cpp/jsf/av-rule-78
87
* @tags reliability
98
* readability

0 commit comments

Comments
 (0)