|
For some reason clang-tidy thinks that insert can modify the value of
tail_block, so this triggers a null dereference warning. If that were true, it
would be true with things swapped around like this as well, but it makes the
warning go away at least.
|