When changing signature of virtual function, the inheritance is omited i.e. parent's and child's function signatures have not been changed. It cause that polymorphic behavior of modified function is broken even if the compilation and build of project was succeeded.
Is it possible to add some option for tracking inheritance while changing signatures virtual functions?