On quarta-feira, 13 de setembro de 2017 01:54:12 PDT Edward Welbourne wrote: > I've restored constexpr changes to being shown - allegedly we can't > retract those once added. I believe Q_INVOKABLE is also genuinely > API-relevant, so it is also not filtered. Should Q_DECL_CONST_FUNCTION > changes be ignored ? Q_NORETURN ? The currently aren't.
Those two are optimisations and could safely be ignored, but they don't happen often enough for you to have to worry. The Q_NORETURN changes you're seeing are a result of having to move the macro to a different place in the line and that's only going to happen once (now). -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
