mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-15 20:25:46 +02:00
Comment adjustment.
This commit is contained in:
parent
bf14a317b4
commit
ac2279adea
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ public class NonVirtualDestructor extends AbstractIndexAstChecker {
|
||||||
ICPPClassType classType = (ICPPClassType) binding;
|
ICPPClassType classType = (ICPPClassType) binding;
|
||||||
virtualMethod = null;
|
virtualMethod = null;
|
||||||
destructor = null;
|
destructor = null;
|
||||||
// check for the following conditions:
|
// Check for the following conditions:
|
||||||
// class has own virtual method and own non-virtual destructor
|
// class has own virtual method and own non-virtual destructor
|
||||||
// class has own virtual method and base non-virtual destructor
|
// class has own virtual method and base non-virtual destructor
|
||||||
// class has base virtual method and own non-virtual destructor
|
// class has base virtual method and own non-virtual destructor
|
||||||
|
|
Loading…
Add table
Reference in a new issue