You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
filterwidgets.cc:96:3: warning: Call to virtual function during construction [clang-analyzer-optin.cplusplus.VirtualCall]
checkChecks();
^
filterwidgets.cc:96:3: note: This constructor of an object of type 'TrackWidget' has not returned when the virtual method was called
filterwidgets.cc:96:3: note: Call to virtual function during construction
1 warning generated.
clang-tidy-10 puts it a little differently:
filterwidgets.cc:96:3: warning: Call to virtual method 'TrackWidget::checkChecks' during construction bypasses virtual dispatch [clang-analyzer-optin.cplusplus.VirtualCall]
checkChecks();
^
filterwidgets.cc:96:3: note: Call to virtual method 'TrackWidget::checkChecks' during construction bypasses virtual dispatch
The text was updated successfully, but these errors were encountered:
clang-tidy-9 finds
clang-tidy-10 puts it a little differently:
The text was updated successfully, but these errors were encountered: