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.
2 parents 17e0cc5 + 95ec4e8 commit 9d24b5aCopy full SHA for 9d24b5a
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