mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
C++: Fix comment in IR test
This commit is contained in:
@@ -2432,7 +2432,7 @@ void initialization_with_temp_destructor() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void param_with_destructor_by_value(ClassWithDestructor c) {
|
void param_with_destructor_by_value(ClassWithDestructor c) {
|
||||||
// The call to ~ClassWithDestructor::ClassWithDestructor() seems to be missing here.
|
// The call to ~ClassWithDestructor::ClassWithDestructor() happens on the side of the caller
|
||||||
}
|
}
|
||||||
|
|
||||||
void param_with_destructor_by_pointer(ClassWithDestructor* c) {
|
void param_with_destructor_by_pointer(ClassWithDestructor* c) {
|
||||||
|
|||||||
Reference in New Issue
Block a user