@alexfh provided an example that demonstrates that elided copy constructors may get agglutinated due to improper control flow when default arguments are involved.
Suppress the assertion failure for now. Proper support is still an open problem.
Differential D49213
[analyzer] pr38072: Suppress an assertion failure for eliding the same destructor twice due to the default argument problem. NoQ on Jul 11 2018, 6:30 PM. Authored by
Details
@alexfh provided an example that demonstrates that elided copy constructors may get agglutinated due to improper control flow when default arguments are involved. Suppress the assertion failure for now. Proper support is still an open problem.
Diff Detail
|