1.4.18. Migration to 7.8.1¶
1.4.18.1. Stylecheck¶
Out-of-bounds checks¶
The option report_undereferenced_one_past_the_end is now off by default
to reflect that these cases are typically not a problem. If you want the old default
behavior back, you can simply set this option manually to True.
1.4.18.2. Frameworks-QtSupport¶
The type of generated Qt_Connect edges was renamed to Qt_MetaObject_Call
and the source position of the edges is now inside the moc-generated code, which can lead to edges being excluded by the analysis.
Additionally the new edge types Qt_Connect_Signal and Qt_Connect_Slot were introduced
to show the used signal and slot. Their source position is at the connect() call.