Owen Knight 9141368eca
Make Binding and CopyBinding specializations final (#4022)
The Binding specializations call it virtual functions numOfRowsHandled()
and reset() from their constructors. This is fine assuming virtual
function dispatch to a further derived class was not intended. In this
case the assumption is solid, however this triggers the Clang diagnostic
clang-analyzer-optin.cplusplus.VirtualCall

Adding the final specifyer to these specializations gives Clang enough
of a hint to silence
2023-11-27 03:52:37 +01:00
..
2022-07-07 04:18:20 -05:00
2023-11-11 11:08:18 +01:00
2023-11-11 11:08:18 +01:00
2023-11-11 11:08:18 +01:00
2023-11-11 11:08:18 +01:00
2023-11-11 11:08:18 +01:00
2023-11-24 20:22:01 +01:00
2023-11-11 11:08:18 +01:00
2020-01-11 22:33:28 +01:00
2020-01-11 22:33:28 +01:00
2023-11-11 11:08:18 +01:00
2023-11-11 11:08:18 +01:00
2023-11-11 11:08:18 +01:00
2023-11-11 11:08:18 +01:00
2012-10-10 18:40:01 +00:00
2023-11-11 11:08:18 +01:00
2012-04-23 01:14:34 +00:00
2023-11-01 00:25:46 +01:00