foo.cc: ``` template <class T> void foo() { T bar; auto baz = (bar, bar); baz.foo(); } ``` `clangd --check=foo.cc` hangs starting with 7fd84264eda6546950883a20c2f948eb1a560f4f when building inlay hints. It terminates almost immediately at previous commit.