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 17e0cc5 commit 95ec4e8Copy full SHA for 95ec4e8
cpp/ql/test/library-tests/ir/ir/ir.cpp
@@ -2432,7 +2432,7 @@ void initialization_with_temp_destructor() {
2432
}
2433
2434
void param_with_destructor_by_value(ClassWithDestructor c) {
2435
- // The call to ~ClassWithDestructor::ClassWithDestructor() seems to be missing here.
+ // The call to ~ClassWithDestructor::ClassWithDestructor() happens on the side of the caller
2436
2437
2438
void param_with_destructor_by_pointer(ClassWithDestructor* c) {
0 commit comments