```cpp struct foo { template <class T> decltype(auto) operator()(T&& t) const {} } ``` should not be formatted with ``` PointerBindsToType: true ``` but is formatted to ```cpp struct foo { template <class T> decltype(auto) operator()(T && t) const {} } ``` clang-format 17.0.4